summaryrefslogtreecommitdiff
path: root/include/config-win.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config-win.h')
-rw-r--r--include/config-win.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/config-win.h b/include/config-win.h
index 269ec0e925a..70983c91fc3 100644
--- a/include/config-win.h
+++ b/include/config-win.h
@@ -20,13 +20,6 @@
#define BIG_TABLES
-/*
- Minimal version of Windows we should be able to run on.
- Currently Windows XP.
-*/
-#define _WIN32_WINNT 0x0501
-
-
#if defined(_MSC_VER) && _MSC_VER >= 1400
/* Avoid endless warnings about sprintf() etc. being unsafe. */
#define _CRT_SECURE_NO_DEPRECATE 1