netstat: Initial implementation.
[wine] / dlls / winmm / playsound.c
2012-12-04  Andrew Eikumwinmm: Don't mask out SND_ALIAS_ID or SND_FILENAME...
2012-07-31  Michael Stefaniucwinmm: Avoid TRUE FALSE conditional expressions.
2012-02-16  Jörg Höhlewinmm: Allow new sounds to interrupt previous PlaySound...
2011-03-30  Jörg Höhlewinmm: PlaySound concurrency cleanup.
2011-03-30  Jörg Höhlewinmm: Get rid of psStopEvent which was never used...
2011-03-30  Jörg Höhlewinmm: Abort PlaySound in case of audio error.
2011-03-30  Jörg HöhleRevert "winmm: Fix PlaySound so it doesn't block when...
2011-01-14  Jörg Höhlewinmm: PlaySound ignores SND_NOWAIT.
2010-03-18  Maarten Lankhorstwinmm: Allow SND_ALIAS|SND_FILENAME in PlaySound.
2009-10-05  Jörg Höhlewinmm: Require at least 16 bytes in the WAVE fmt header...
2009-05-20  Alexandre Julliardwinmm: Fix some Win64 pointer truncations issues.
2009-04-02  Aric Stewartwinmm: SND_ALIAS and SND_ALIAS_ID overlap so when check...
2009-04-02  Aric Stewartwinmm: Properly cleanup in return from proc_PlaySound...
2009-03-30  Eric Pouechwinmm: Added support for SND_ALIAS_ID in winmm.PlaySoun...
2009-02-20  Michael Stefaniucwinmm: Remove superfluous pointer casts.
2008-12-29  Dan Kegelwinmm: Don't crash on PlaySound(... SND_ALIAS_ID).
2008-05-07  Francois GougetAssorted spelling fixes.
2007-06-11  Vedran Rodicwinmm: Fix PlaySound so it doesn't block when another...
2007-06-07  Alexandre Julliardwinmm: Get rid of the WINE_MM_IDATA global structure...
2007-01-18  Francois GougetDon't put single quotes around '%s' when using the...
2006-11-24  Andrew Talbotwinmm: Cast-qual warnings fix.
2006-11-09  Eric Pouechwinmm: Remove WINE_NO_LONG_AS_INT.
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.