shell32/tests: Avoid SHDeleteKeyA() because shlwapi.dll is missing on Windows 95.
[wine] / dlls / winmm / winemm.h
2007-10-09  Maarten Lankhorstwinmm: Set default sound driver to alsa,oss,coreaudio.
2007-06-11  Alexandre Julliardwinmm: Convert the timer list to a standard Wine list.
2007-06-07  Alexandre Julliardwinmm: Get rid of the WINE_MM_IDATA global structure...
2006-11-09  Eric Pouechwinmm: Remove WINE_NO_LONG_AS_INT.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-09  Alexandre Julliardmsacm32.drv: Renamed msacm.drv to msacm32.drv, and...
2005-12-05  Eric Pouechwinmm: driver unloading.
2005-11-28  Dmitry TimoshkovFix all drivers DriverProc to conform to the DRIVERPROC...
2005-09-12  Alexandre JulliardFixed gcc 4.0 warnings.
2005-07-21  Rémi AssaillyMoved midimap to the top-level dlls directory.
2005-07-13  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-06-20  Alexandre JulliardMoved the audio driver configuration to HKCU\Software...
2005-06-20  Rein KlazesIn MCI_(Un)MapMsg16To32W with wMsg == MCI_OPEN(_DRIVER...
2005-04-27  Mike McCormackMake WINMM_IData statically allocated.
2005-03-17  Jeremy WhiteDo not fallback to defaults if a driver, mapper, or...
2005-02-09  Eric Pouech- rewrite MCI interfaces as Unicode interface (as it...
2004-12-08  Ge van GeldorpMatch PSDK definitions for LPCWAVEFORMATEX.
2004-10-19  Vincent BéronFix various function prototypes.
2004-10-18  Jeremy WhiteRevise winmm/time.c to fix timer resolution at 1 ms...
2004-06-30  Dimitrie O. PaunLookup driver information in registry and system.ini.
2004-06-01  Robert ReifAdded some trace and debug printing.
2004-01-20  Robert ReifFixed thread handle leaks.
2004-01-12  Eric Pouech- implemented TIME_KILL_SYCHRONOUS timer flags
2004-01-06  Francois GougetAssorted spelling fixes.
2003-12-31  Dmitry TimoshkovFix many function prototypes and data types according...
2003-12-08  Eric PouechMove (again) usage of 16 bit specific functions (thunk...
2003-12-02  Eric PouechMove usage of 16 bit specific functions (MapSL) in...
2003-12-01  Eric PouechMove usage of 16 bit specific functions (MapSL) in...
2003-11-09  Eric PouechRemoved some more dependencies on wine 16-bit specific...
2003-10-22  Robert ReifFix MMDRV_PhysicalFeatures to handle both 16 and 32...
2003-09-12  Eric PouechMoved some MM internal definition to internal include...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-04-30  Alexandre JulliardAvoid calling Win32 resource functions on 16-bit modules.
2003-01-02  Eric PouechWhen unmapping a (wave|midi)-header unprepare message...
2002-11-11  Eric PouechNow properly unloading multimedia drivers when winmm...
2002-10-31  Alexandre JulliardMoved 16-bit definitions out of mmddk.h into mmsystem16.h.
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 Pouech- let all time related functions make use of low level...
2002-10-29  Eric PouechAll low level driver functions (internals for wave...
2002-10-29  Eric PouechAll MCI functions are now cleanly separated.
2002-10-29  Eric PouechAll driver functions are now properly separated.
2002-10-29  Eric Pouech- revisited mmsystem/winmm loading mechanism
2002-10-29  Eric PouechNow only storing thread id for mci tasks (16 bit htask...
2002-10-29  Eric Pouech- finish mmio separation
2002-10-28  Eric PouechMove low level multimedia message mapping out of 32...
2002-10-28  Eric PouechMove MCI message mapping out of 32 bit code.
2002-10-28  Eric PouechMove driver message mapping out of 32 bit code.
2002-10-25  Eric PouechSimplify the global internal data handling.
2002-10-25  Eric PouechUnify the constant used for error codes reporting mappi...
2002-10-21  Eric PouechKeep on moving 16 bit code out of winmm, now only using...
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-10-10  Eric PouechKeep on moving 16 bit code out of winmm.
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.
2002-09-06  Michael StefaniucPrepare dlls/{comctl32,gdi,msvideo,setupapi,shell32...
2002-08-09  Michael StefaniucConvert HMMIO to a void*.
2002-08-09  Michael Stefaniuc- Convert HDRVR to a void*.
2002-08-03  Michael StefaniucConvert HMIXER, HMIXEROBJ to a void*.
2002-08-02  Michael Stefaniuc- Converted HWAVE, HWAVEIN, HWAVEOUT to void*.
2002-08-01  Alexandre JulliardAuthors: Eric Pouech <eric.pouech@wanadoo.fr>, Michael...
2002-07-28  Alexandre JulliardConvert HTASK to void* (based on a patch by Michael...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-29  Eric PouechSome other synchronisation issues.
2002-05-22  Eric PouechFixed hang in PlaySound in error cases; added registry...
2002-05-12  Eric PouechBetter behavior of PlaySound (error handling, synchroni...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2001-12-21  Eric PouechFixed another bunch of bugs (mainly linked to operation...
2001-07-20  Patrik Stridvall- Made sure that the files that contains the declarations
2001-01-13  Ove KaavenRemove multimedia timers from the service thread, use...
2000-12-13  Eric PouechSplit driver functions into USER (16 bit part) and...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-06-25  Eric PouechSeveral fixes spotted by Corel (Jean-Claude Batista...
2000-03-19  Eric PouechFixed segmented/linear buffers manipulation.
1999-10-24  Eric PouechSplit the multimedia/ directory into dlls/ subdirectories.