Dimitrie O. Paun
|
297f3d898d
|
Define NONAMELESS{STRUCT,UNION} explicitly in the files that need them.
|
2003-01-07 20:36:20 +00:00 |
Alex Pasadyn
|
a96caa0700
|
Fix return from IOCTL_CDROM_CHECK_VERIFY.
|
2002-12-12 22:23:35 +00:00 |
Alexandre Julliard
|
f2ef2c2bb2
|
Handle special registry root keys directly in advapi32, and avoid
using them in kernel and ntdll.
|
2002-09-13 21:42:28 +00:00 |
Patrik Stridvall
|
9c1de6de30
|
Moved all the content of the DDK files ntdef.h and ntddk.h to
winternl.h.
|
2002-09-12 22:07:02 +00:00 |
Patrik Stridvall
|
57bf45067a
|
MSVC compatibility fixes.
|
2002-08-26 21:53:24 +00:00 |
Patrik Stridvall
|
d016f819f1
|
Added include protection for unistd.h and sys/time.h.
|
2002-08-17 00:43:16 +00:00 |
Rafael Kitover
|
44d3fd429e
|
Minor fix for ide-scsi cdroms.
|
2002-07-28 17:48:01 +00:00 |
Alexandre Julliard
|
f8d321c2d6
|
Don't try to open CDROM device if none was specified.
|
2002-06-13 21:46:02 +00:00 |
Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +00:00 |
Alexandre Julliard
|
5aead170c2
|
Portability fixes.
|
2002-05-30 20:07:51 +00:00 |
James Juran
|
32886f6b88
|
Add missing \n to output messages.
|
2002-05-24 21:17:59 +00:00 |
Andreas Mohr
|
7632452e96
|
- Improve error messages.
- Add error code mapping EPERM -> STATUS_ACCESS_DENIED.
|
2002-05-19 22:23:56 +00:00 |
Alexandre Julliard
|
c3e06df941
|
Portability fixes.
|
2002-05-14 23:18:23 +00:00 |
Rizsanyi Zsolt
|
e7c6d17b3e
|
Implemented IOCTL_SCSI_GET_ADDRESS for non true scsi cdrom drives
(only on linux).
Initialize registry under HKEY_LOCAL_MACHINE/HARDWARE/DEVICEMAP/Scsi.
Added IOCTL_CDROM_MEDIA_REMOVAL support.
|
2002-05-01 22:25:41 +00:00 |
Laurent Pinchart
|
0314a65a58
|
Implementation of IOCTL_SCSI_PASS_THROUGH and
IOCTL_SCSI_PASS_THROUGH_DIRECT.
|
2002-05-01 22:01:30 +00:00 |
Gerald Pfeifer
|
4e589cd171
|
Use ENOMEDIUM errno code only when defined.
|
2002-04-02 19:19:49 +00:00 |
Francois Gouget
|
0763abf115
|
Fix warnings for Linux, FreeBSD and Solaris.
|
2002-04-01 21:08:16 +00:00 |
Andreas Mohr
|
66c72d0bf3
|
Added mapping for errno ENOMEDIUM to STATUS_NO_MEDIA_IN_DEVICE.
|
2002-03-29 17:57:43 +00:00 |
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
Bang Jun-Young
|
8121e941a2
|
Fix NetBSD compile errors; CDIOCREADAUDIO is not available on NetBSD.
|
2002-01-18 18:11:04 +00:00 |
Francois Gouget
|
aae77c6da2
|
Fix compilation errors on FreeBSD.
|
2002-01-14 18:34:34 +00:00 |
Eric Pouech
|
5cc6105b39
|
Changed the Wine internal cdrom interface to the NT model.
|
2002-01-13 01:44:00 +00:00 |