summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rwxr-xr-xlib/driver/MSWindows/win32_ioctl.c18
2 files changed, 10 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index dd9ba4a2..ca752746 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-/*~
+*~
/ChangeLog
/Makefile
/Makefile.in
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