Return correct resource id for time format strings.
[wine] / dlls / winmm / winmm.c
2004-01-01  Dmitry TimoshkovAdd MCI_SYSINFO command W to A mapping.
2003-12-31  Dmitry TimoshkovFix many function prototypes and data types according...
2003-12-31  Dmitry TimoshkovAdd Unicode->ANSI MCI message mapping, implement mciSen...
2003-12-08  Eric PouechMove (again) usage of 16 bit specific functions (thunk...
2003-12-01  Eric PouechMove usage of 16 bit specific functions (MapSL) in...
2003-11-26  Christian CostaFix handling of the lpuDeviceID input param in MIDI_Str...
2003-11-09  Eric PouechRemoved some more dependencies on wine 16-bit specific...
2003-10-30  Robert ReifClean up *GetDevCaps to check for valid pointer and...
2003-10-22  Robert ReifFix MMDRV_PhysicalFeatures to handle both 16 and 32...
2003-10-14  Robert ReifFree should not happen when still playing.
2003-09-15  Eric Pouech- Moved Wine extension to get DSound interface from...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-02  Eric Pouech- renamed winmm.OpenDriverW into winmm.OpenDriver
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-05-11  Alexandre JulliardAvoid local WINAPI function pointers.
2003-03-04  Robert ReifAdded waveIn tests.
2003-02-17  Eric PouechAllowed waveInMessage to use physical information ...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-15  Francois GougetIn the latest sdk the {waveOut,midiOut}{Get,Set}Volume...
2002-12-15  Francois GougetIf given a bad device id waveOutGetDevCapsA is supposed...
2002-11-30  Jeff SmithFixed 32 bit flag in midiOutShortMsg.
2002-11-11  Eric PouechNow properly unloading multimedia drivers when winmm...
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-10-31  Eric Pouechwinmm/mmsystem now compiles with -DSTRICT.
2002-10-29  Eric Pouech- internal renaming (no longer using MMSYSTEM prefixes...
2002-10-29  Eric PouechAll MCI functions are now cleanly separated.
2002-10-29  Eric Pouech- revisited mmsystem/winmm loading mechanism
2002-10-25  Eric PouechSimplify the global internal data handling.
2002-10-10  Eric PouechRemoved no longer needed list of instance data.
2002-10-10  Eric PouechStarted putting all 16 bit code in separate files.