summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrocky <rocky@gnu.org>2012-10-21 16:51:13 -0400
committerrocky <rocky@gnu.org>2012-10-21 16:51:13 -0400
commitd618b3f8bc0d74b860aacd00fdc090e7bec68deb (patch)
treec2f190d86dbff82db7d4e60b600d0600e3545aa7
parent51860ff8d529497f94e7678cba9b5684990b153c (diff)
Revise to make cygwin work again. Warning - more checking is needed.
-rwxr-xr-xlib/driver/MSWindows/win32_ioctl.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/driver/MSWindows/win32_ioctl.c b/lib/driver/MSWindows/win32_ioctl.c
index e63df261..78e20d80 100755
--- a/lib/driver/MSWindows/win32_ioctl.c
+++ b/lib/driver/MSWindows/win32_ioctl.c
@@ -36,11 +36,12 @@
# include <windows.h>
# include <ntddcdrm.h>
# include <ntddscsi.h>
+# include <ddk/scsi.h>
# else
-# include "ntddcdrm.h"
-# include "ntddscsi.h"
+# include <windows.h>
+# include <ntddcdrm.h>
+# include <ntddscsi.h>
# endif
-# include <ddk/scsi.h>
#endif
#if defined (_WIN32)