'sizeof type' is best avoided as it won't always compile (e.g. 'int
[wine] / dlls / winmm / lolvldrv.c
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-03-15  Robert ReifAdded support for multiple direct sound devices.
2003-01-23  Alexandre JulliardAdded -Wpointer-arith gcc flag, and fixed the resulting...
2003-01-02  Eric PouechWhen unmapping a (wave|midi)-header unprepare message...
2002-12-23  Jeff SmithCorrect all instances of mixMessage to mxdMessage.
2002-12-12  Jeff SmithMMDRV_GetDescription32 fix + a few cosmetic improvements.
2002-11-11  Eric PouechNow properly unloading multimedia drivers when winmm...
2002-10-31  Eric Pouechwinmm/mmsystem now compiles with -DSTRICT.
2002-10-29  Eric PouechAll low level driver functions (internals for wave...
2002-10-28  Eric PouechMove low level multimedia message mapping out of 32...
2002-10-25  Eric PouechUnify the constant used for error codes reporting mappi...
2002-10-15  Michael StefaniucCompile fix when all handles are converted to a void*.
2002-10-03  Alexandre JulliardRemoved error message that confuses users.
2002-08-09  Michael Stefaniuc- Convert HDRVR 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-03  Gregg MattinsonCast void* to char* for pointer arithmetic.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-22  Eric PouechFixed a mismatch in wavein 16/32 mapping.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2001-12-24  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-08-09  Andreas MohrSpelling fixes.
2001-05-22  Eric PouechNow loading the default setting for low level drivers...
2001-01-04  Eric PouechNow using manifest constant instead of raw values for...
2001-01-04  Eric PouechFixed loading of 16 bit drivers.
2001-01-03  Eric PouechAdded support for the DRVM_MAPPER_STATUS message.
2000-12-27  Andreas Mohr- clarify many error messages
2000-12-21  Eric PouechRewrote the allocation of MM driver descriptors.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-13  Eric PouechSplit driver functions into USER (16 bit part) and...
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-27  Alexandre JulliardChanged GetProcAddress16 and 16-bit resource functions...
2000-07-26  Eric Pouech- removed (now obsolete) driver.h file (it's content...
2000-06-24  Ove KaavenImplemented the DirectSound HAL in winmm's wineoss...
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-02-16  Alexandre JulliardMoved SystemHeap allocations to the process heap.
2000-01-26  Alexandre JulliardDynamically load version.dll in MMDRV_GetDescription32.
2000-01-15  Eric PouechReplaced Wine specific DRIVER_GetType by a correct...
2000-01-04  Eric PouechAdded more MIDI messages 16<=>32 mapping.
1999-12-27  Francois GougetBuffer overflows and strncpy fixes.
1999-12-05  Eric PouechAdded callback mechanisms for MIDI IN.
1999-11-21  Eric PouechFixed forwarding and handling messages directed to...
1999-10-24  Eric PouechSplit the multimedia/ directory into dlls/ subdirectories.