Added imports of kernel32.dll where necessary.
[wine] / dlls / winmm / mmsystem.c
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-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-01-04  Eric PouechAdded more MIDI messages 16<=>32 mapping.
1999-12-12  Eric PouechNow using notification for detecting when a WAVEHDR...
1999-12-12  Huw D M DaviesFix no. of arguments in a WARN statement.
1999-12-11  Bradley BaetzThe wavemap driver wasn't passing the callback type...
1999-12-05  Eric PouechTried to reduce echo in playSound API (using two wavehd...
1999-12-04  Peter GantenwaveHdr.lpData was eventually HeapFree()ed uninitialized.
1999-11-12  Eric PouechFixed recursion count while calling midiStream(Pause...
1999-10-31  Eric PouechFixed PlaySound proc for non PCM content.
1999-10-24  Eric PouechSplit the multimedia/ directory into dlls/ subdirectories.