Confirm file deletes. Make delete confirmation messages more
[wine] / dlls / winmm / mmsystem.c
2001-02-14  Andreas MohrCosmetics.
2001-02-12  Francois GougetChange the callback declarations to a safer format.
2001-01-26  Andreas MohrSome more cleanups.
2001-01-17  Alexandre JulliardCleaned up dll startup routines now that we have separa...
2001-01-13  Ove KaavenRemove multimedia timers from the service thread, use...
2000-12-22  Eric PouechReplaced calls to KERNEL.Yield16 by calls to KERNEL32...
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  Patrik StridvallAdded/modified documentation for function arguments.
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Alexandre JulliardChanged GetProcAddress16 and 16-bit resource functions...
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-11-14  Alexandre JulliardMoved LDT handling to libwine.so. Changed the interface...
2000-09-29  Francois GougetFix the return type of mixerMessage16.
2000-09-27  Eric PouechUnlock win16 crst while thunking up to 32 bit dll.
2000-09-27  Alexandre JulliardFixed a few non portable zero-size array declarations.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-08-14  Alexandre JulliardReplaced global Callbacks structure by appropriate...
2000-08-08  Alexandre JulliardSmall dll interfaces cleanups.
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.