summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
Diffstat (limited to 'win')
-rw-r--r--win/syslinux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/syslinux.c b/win/syslinux.c
index 26e5a278..c0c4fb23 100644
--- a/win/syslinux.c
+++ b/win/syslinux.c
@@ -50,7 +50,7 @@ void error(char *msg);
// The following struct should be in the ntddstor.h file, but I didn't have it.
// mingw32 has <ddk/ntddstor.h>, but including that file causes all kinds
// of other failures. mingw64 has it in <winioctl.h>.
-#ifndef __x86_64__
+#if 0 /* Until we can figure out how to auto-detect this? */
typedef struct _STORAGE_DEVICE_NUMBER {
DEVICE_TYPE DeviceType;
ULONG DeviceNumber;