winmm/joystick: joystick.c requires Unicode library.
[wine] / dlls / winmm / playsound.c
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-09-09  Ulrich CzekallaDisplay fccType as hex instead of characters in trace...
2005-07-13  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-04-27  Mike McCormackMake multimedia threads high priority.
2005-04-27  Mike McCormackMake WINMM_IData statically allocated.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-06  Alexandre JulliardAuthors: Eric Pouech <pouech-eric@wanadoo.fr>, Filip...
2004-11-29  Eric PouechMade some functions and variables static.
2004-06-14  Mike McCormackFix PlaySound.
2004-05-19  Eric PouechGetModuleFileName[AW] doesn't terminate the string...
2004-04-20  Francois GougetMake static Unicode strings const.
2004-01-20  Robert ReifFixed thread handle leaks.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-01-24  Alexandre JulliardRemoved no longer needed inclusion of heap.h.
2003-01-23  Matthew DavisonRemoved calls to HEAP_strdupAtoW.
2002-10-31  Eric Pouechwinmm/mmsystem now compiles with -DSTRICT.
2002-10-29  Eric PouechAll driver functions are now properly separated.
2002-10-25  Eric PouechSimplify the global internal data handling.
2002-10-10  Eric PouechStarted putting all 16 bit code in separate files.