shell32/tests: Avoid SHDeleteKeyA() because shlwapi.dll is missing on Windows 95.
[wine] / dlls / winmm / message16.c
2007-05-29  Andrew Talbotwinmm: Exclude unused headers.
2007-02-05  Andrew Talbotwinmm: Declare a function static.
2006-11-20  Alexandre Julliardwinmm: Avoid using sizeof() in traces.
2006-11-09  Eric Pouechwinmm: Remove WINE_NO_LONG_AS_INT.
2006-10-16  Francois GougetAssorted spelling fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-09-12  Marcus MeissnerThe last argument to MultiByteToWideChar is wide charac...
2005-09-12  Alexandre JulliardFixed gcc 4.0 warnings.
2005-08-18  Felix NawothnigMake string elements of MCI_OPEN_PARMS const to match...
2005-06-20  Rein KlazesIn MCI_(Un)MapMsg16To32W with wMsg == MCI_OPEN(_DRIVER...
2005-02-09  Eric Pouech- rewrite MCI interfaces as Unicode interface (as it...
2004-12-06  Alexandre JulliardAuthors: Eric Pouech <pouech-eric@wanadoo.fr>, Filip...
2004-04-05  Eric Pouech- implemented MCI_SOUND command
2003-11-09  Eric PouechRemoved some more dependencies on wine 16-bit specific...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-02-27  Alexandre JulliardReplaced most uses of the auto-generated glue code...
2003-01-02  Eric PouechWhen unmapping a (wave|midi)-header unprepare message...
2002-12-23  Jeff SmithCorrect all instances of mixMessage to mxdMessage.
2002-10-31  Eric Pouechwinmm/mmsystem now compiles with -DSTRICT.
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-28  Eric PouechMove low level multimedia message mapping out of 32...
2002-10-28  Eric PouechMove MCI message mapping out of 32 bit code.