Fix segmentation fault caused by incorrect referencing of client audio
[wine] / dlls / winmm / mcicda / mcicda.c
2005-02-09  Eric Pouech- rewrite MCI interfaces as Unicode interface (as it...
2004-08-20  Robert Shearman- Input path can have trailing slash.
2004-01-08  Eric Pouech- Applied to all MCI drivers Dmitry's fix for MCI_STATU...
2003-10-07  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-02-19  Waldeck SchutzerAvoid playing data tracks.
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-09-06  Michael StefaniucPrepare dlls/{comctl32,gdi,msvideo,setupapi,shell32...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-11  Eric PouechLet MCI drivers support the session instance loading...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-13  Eric PouechNow using the NT CD interface.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-03-21  Jeff GarzikWarning fixes.
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-09  Huw D M DaviesActually call CDROM_Audio_GetTracksInfo when retrieving
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
2000-12-02  Eric PouechFixed bugs when tray was open.
2000-10-23  Andreas MohrAlways open/close the CD-ROM device for every Windows...
2000-10-12  Andreas MohrMCICDA didn't open/close the door when calling the...
2000-09-27  James AbbatielloMCI_STATUS_LENGTH on Windows returns one frame less...
2000-08-29  Andreas MohrFixed verbose CD-ROM serial number warnings and some...
2000-07-26  Eric Pouech- removed (now obsolete) driver.h file (it's content...
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-02-07  Andreas Mohr- implemented serial numbers for audio CDs and data CDs
2000-01-29  Andreas Mohr- support for reading labels and serial nums from device
1999-12-25  Eric PouechFixed some bogus values in MCI_STATUS handling (positio...
1999-11-14  Uwe BonnesIgnore MCI_OPEN_ELEMENT in CDAUDIO_mciOpen.
1999-10-24  Eric PouechSplit the multimedia/ directory into dlls/ subdirectories.