summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h.win323
1 files changed, 1 insertions, 2 deletions
diff --git a/config.h.win32 b/config.h.win32
index c0074b2888..0a60f7d6d7 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -231,8 +231,7 @@
#define _U_
/* Visual C 9 (2008), Visual C 10 (2010) and Visual C 11 (2012) and Visual C 12 (2013) need these prototypes */
-/* XXX: Can we use MSC_VER >= 1500 ?? */
-#if _MSC_VER == 1500 || _MSC_VER == 1600 || _MSC_VER == 1700 || _MSC_VER == 1800
+#if _MSC_VER >= 1500
#define NTDDI_VERSION NTDDI_WINXPSP3
#define _WIN32_WINNT _WIN32_WINNT_WINXP
#endif