Removed trailing whitespace.
[wine] / dlls / winmm / lolvldrv.c
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.