Removed some unnecessary includes.
[wine] / dlls / winmm / wineoss /
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-12-09  Andreas Mohr- README update
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-27  Marcus MeissnerWARN() about missing /dev/sequencer, it's too confusing...
2000-11-26  Dimitrie O. PaunMake sure all files using config.h constants actually...
2000-11-25  Stephane Lussier- Read all the fragments available, not only one fragme...
2000-11-12  Alexandre JulliardStart using import tables for dlls that can already...
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-10-29  Dimitrie O. PaunFixed a few compilation warnings
2000-10-25  Andreas MohrTransform device open error TRACE()s into WARN(); bette...
2000-10-24  Francois Jacques- All audio device handles are initialized to -1 and...
2000-10-22  Andreas MohrAdded sleep time calculation for the wodPlayer thread.
2000-10-19  Andreas MohrSequencer error message fix.
2000-10-19  Francois JacquesShould test unixdev against -1 (see wodOpen/widOpen).
2000-10-13  Andreas Mohr- stupid spelling fixes
2000-10-13  Chris MorganIndicate that the MIDI error message only affects progr...
2000-10-12  Marcus MeissnerSuppress junk noise at startup of DirectSound on SB...
2000-09-27  Eric PouechStore a copy of MIDIOPENDESC information instead of...
2000-09-22  Huw D M DaviesSet close on exec() flag at times when we leave /dev...
2000-08-26  Andreas Mohr- made the MIDI sequencer error message much better...
2000-08-25  Eric PouechFixed recording format settings (16 bit was broken...
2000-08-18  Ed SnowClean out the hack on BASS/TREBLE and suppress them...
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-07-26  Eric Pouech- removed (now obsolete) driver.h file (it's content...
2000-07-23  Eric PouechFixed first seek on MEM mmio files.
2000-07-15  Patrik StridvallFixed some warnings.
2000-07-15  Ed SnowFixes unmuting when unmuted.
2000-06-24  Eric PouechCleaned up loading/init code in OSS.
2000-06-24  Ove KaavenImplemented the DirectSound HAL in winmm's wineoss...
2000-06-20  Gerald PfeiferFixed format strings.
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-06-20  Ove KaavenFixed WHDR_DONE race condition.
2000-06-01  Andreas MohrLots of spelling fixes that accumulated in my tree...
2000-05-14  Andreas MohrMore verbose errors.
2000-05-11  Eric PouechFixed division by zero.
2000-05-09  Eric PouechChanged WAVEHDR notification heuristic.
2000-04-19  Alexandre JulliardAdded some missing import directives.
2000-03-30  Marcus Meissneropen() the OSS sounddevice non-blocking in case another...
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-04  Alexandre JulliardMoved dll-specific make rules to a separate Makedll...
2000-02-26  Alexandre JulliardMade winmm a separate shared library.
2000-02-16  Alexandre JulliardMoved SystemHeap allocations to the process heap.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
2000-01-18  Uwe BonnesAlways initialize lpWaveHdr->lpNext to NULL.
2000-01-04  Eric PouechUse a uniform naming scheme for driver modules.
2000-01-04  Eric PouechRemoved extraneous ERR message.
1999-12-27  Francois GougetBuffer overflows and strncpy fixes.
1999-12-25  Marcus MeissnerCast the unsigned int to signed, or NEAR_MATCH will...
1999-12-05  Eric PouechFake MIDI_IO_STATUS support in midi in open
1999-12-05  Eric PouechFixed infinite loop for 0-length wavehdrs.
1999-12-04  Marcus MeissnerAllow 1% deviation from specified sampling rate for...
1999-10-31  Patrik StridvallAdded missing configuration #if:s and #includes:s.
1999-10-31  Eric PouechFix (some) bad behavior with buffer underrun.
1999-10-24  Eric PouechSplit the multimedia/ directory into dlls/ subdirectories.
1999-10-13  Eric PouechAdded missing (and now required) filename directive.
1999-09-22  Eric PouechAdded dlls/winmm and dlls/winmm/wineoss directories.