diff options
Diffstat (limited to 'include/config-win.h')
-rw-r--r-- | include/config-win.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config-win.h b/include/config-win.h index a3770cd68ad..12a89bec21b 100644 --- a/include/config-win.h +++ b/include/config-win.h @@ -31,7 +31,7 @@ #define SYSTEM_TYPE "Win95/Win98" #endif -#ifdef _WIN64 +#if defined(_WIN64) || defined(WIN64) #define MACHINE_TYPE "ia64" /* Define to machine type name */ #else #define MACHINE_TYPE "i32" /* Define to machine type name */ |