Fixed header dependencies to be fully compatible with the Windows
[wine] / dlls / winmm / winemm.h
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.