summaryrefslogtreecommitdiff
path: root/lib/driver/MSWindows/win32_ioctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/driver/MSWindows/win32_ioctl.c')
-rwxr-xr-xlib/driver/MSWindows/win32_ioctl.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/driver/MSWindows/win32_ioctl.c b/lib/driver/MSWindows/win32_ioctl.c
index 39e59110..e63df261 100755
--- a/lib/driver/MSWindows/win32_ioctl.c
+++ b/lib/driver/MSWindows/win32_ioctl.c
@@ -31,15 +31,15 @@
# include "NtScsi.h"
# include "undocumented.h"
#else
-#if defined (__MINGW64__)
-# define _NTSRB_ /* Bad things happen if srb.h gets included */
-# include <windows.h>
-# include <ntddcdrm.h>
-# include <ntddscsi.h>
-#else
-# include <ddk/ntddcdrm.h>
-# include <ddk/ntddscsi.h>
-#endif
+# if defined (__MINGW64__)
+# define _NTSRB_ /* Bad things happen if srb.h gets included */
+# include <windows.h>
+# include <ntddcdrm.h>
+# include <ntddscsi.h>
+# else
+# include "ntddcdrm.h"
+# include "ntddscsi.h"
+# endif
# include <ddk/scsi.h>
#endif