diff options
Diffstat (limited to 'include/config-win.h')
-rw-r--r-- | include/config-win.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/config-win.h b/include/config-win.h index a45ee5e4eb3..923cf0592af 100644 --- a/include/config-win.h +++ b/include/config-win.h @@ -19,6 +19,9 @@ /* We have to do this define before including windows.h to get the AWE API functions */ #define _WIN32_WINNT 0x0500 +#else +/* Get NT 4.0 functions */ +#define _WIN32_WINNT 0x0400 #endif #if defined(_MSC_VER) && _MSC_VER >= 1400 @@ -33,6 +36,7 @@ functions */ #include <io.h> #include <malloc.h> +#define BIG_TABLES 1 #define HAVE_SMEM 1 #if defined(_WIN64) || defined(WIN64) |