Fixed the behavior for SHGetFileInfo when the SHGFI_USEFILEATTRIBUTES
[wine] / misc / cdrom.c
2001-05-22  Francois GougetUse memset rather than bzero.
2001-01-09  Ryan CummingMake CDROM_GetLabel return 0 in the event of failure...
2000-12-15  Huw D M DaviesStatus of CDROM_AUDIO_INVALID seems to mean the disk...
2000-12-12  Alexandre JulliardUse the DRIVE_* API constants instead of the DRIVETYPE...
2000-12-02  Eric PouechFixed bugs when tray was open.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-10-23  Andreas MohrAlways open/close the CD-ROM device for every Windows...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-16  Andreas MohrSilence some bogus error message.
2000-08-29  Andreas MohrFixed verbose CD-ROM serial number warnings and some...
2000-08-19  Ed SnowCorrected serial number generation for CD's with 1...
2000-08-18  Stefan LeichterFixed return value of CDROM_GetLabel if CDROM_Open...
2000-07-25  Andreas Mohr- fixed a gross bug in SetCurrentDirectoryA (where...
2000-03-26  Uwe BonnesUse strerror in debug output.
2000-02-13  Juergen LockFixed CDROM_Audio_Seek for non-linux systems.
2000-02-10  Alexandre JulliardRemoved extra includes from ole.h and wingdi.h.
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 first/last playable frame referencing.
1999-06-26  Alexandre JulliardConverted to the new debug interface, using script...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-03-17  Marcus MeissnerMake cdrom.c compile on FreeBSD (FreeBSD does not seem...
1999-03-15  Eric PouechAdded new function CDAUDIO_Seek().
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-02  Eric PouechNew Wine internal interface for handling CD Rom (especi...