Change __darwin__ to __APPLE__.
[wine] / dlls / ntdll / cdrom.c
2003-06-24  Eric Pouech- started implementing ntdll.NtDeviceIoControlFile...
2003-06-13  Eric PouechAdded support for overlapped ioctl requests (and a...
2003-06-04  Yorick HardyImprove CDROM_GetIdeInterface (becomes CDROM_GetInterfa...
2003-05-20  Yorick HardyImplement CDROM_ScsiPassThrough and CDROM_ScsiPassThrou...
2003-05-19  Yorick HardyAdded the implementation for CDROM_GetIdeInterface...
2003-04-02  Eric PouechFixed a few FormatCode entries.
2003-03-20  Eric PouechFixed some unneeded unix to Win32 error mapping.
2003-02-25  Gerald PfeiferDefine CD_SECS and CD_FRAMES also on non-Linux systems...
2003-02-19  Waldeck Schutzer- Some systems/drives are very slow to read the TOC...
2003-01-23  Alexandre JulliardAdded -Wpointer-arith gcc flag, and fixed the resulting...
2003-01-21  Gerald PfeiferOnly declare variables we actually need.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-12  Alex PasadynFix return from IOCTL_CDROM_CHECK_VERIFY.
2002-09-13  Alexandre JulliardHandle special registry root keys directly in advapi32...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-26  Patrik StridvallMSVC compatibility fixes.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-07-28  Rafael KitoverMinor fix for ide-scsi cdroms.
2002-06-13  Alexandre JulliardDon't try to open CDROM device if none was specified.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-30  Alexandre JulliardPortability fixes.
2002-05-24  James JuranAdd missing \n to output messages.
2002-05-19  Andreas Mohr- Improve error messages.
2002-05-14  Alexandre JulliardPortability fixes.
2002-05-01  Rizsanyi ZsoltImplemented IOCTL_SCSI_GET_ADDRESS for non true scsi...
2002-05-01  Laurent PinchartImplementation of IOCTL_SCSI_PASS_THROUGH and
2002-04-02  Gerald PfeiferUse ENOMEDIUM errno code only when defined.
2002-04-01  Francois GougetFix warnings for Linux, FreeBSD and Solaris.
2002-03-29  Andreas MohrAdded mapping for errno ENOMEDIUM to STATUS_NO_MEDIA_IN...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-18  Bang Jun-YoungFix NetBSD compile errors; CDIOCREADAUDIO is not availa...
2002-01-14  Francois GougetFix compilation errors on FreeBSD.
2002-01-13  Eric PouechChanged the Wine internal cdrom interface to the NT...