Moved the NONAMELESSUNION/STRUCT macros to wine/test.h so that they
[wine] / dlls / winmm / mciwave / mciwave.c
2005-04-27  Mike McCormackMake multimedia threads high priority.
2005-02-09  Eric Pouech- rewrite MCI interfaces as Unicode interface (as it...
2005-01-07  Mike McCormackUse CreateEventW in preference to CreateEventA for...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-01-20  Robert ReifFixed thread handle leaks.
2004-01-08  Eric Pouech- Applied to all MCI drivers Dmitry's fix for MCI_STATU...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-01-11  Eric PouechSome code cleanups.
2002-10-19  Alexandre JulliardRemoved DECLARE_OLD_HANDLE. Fixed a few remaining warnings.
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-09-06  Michael StefaniucPrepare dlls/{comctl32,gdi,msvideo,setupapi,shell32...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-11  Eric PouechLet MCI drivers support the session instance loading...
2002-04-08  Hidenori TakeshimaFixed an overflow in calculating times.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-10-22  Francois GougetSpelling, grammar and a bit of comment formatting fixes.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-04-13  Eric PouechAllow MCI_SET to change waveFormat for recording.
2001-03-23  James Hatheway- MCI_SAVE should overwrite its destination file.
2001-01-28  Eric PouechSimplified memory allocation for asynchronous MCI messa...
2001-01-03  Eric PouechRemoved duplicate field in internal structure.
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-10-19  Francois JacquesAdded asynchronous recording in MCI layer.
2000-07-26  Eric Pouech- removed (now obsolete) driver.h file (it's content...
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-09  Bradley BaetzFixed race condition between app and wine in WAVE_mciPlay.
1999-12-12  Eric PouechEnhanced synchronization between playback thread and...
1999-12-05  Eric PouechFixed mciInfo.
1999-12-05  Eric PouechFixed buggy playback for non PCM files
1999-10-24  Eric PouechSplit the multimedia/ directory into dlls/ subdirectories.