summaryrefslogtreecommitdiff
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index 6454b2dffa..51bb88cd3e 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -393,10 +393,10 @@
/* FIXME: Detection doesn't work */
# define HAVE_NTDDNDIS_H 1
- /* Visual C 9 (2008), Visual C 10 (2010) and Visual C 11 (2012) need these
- * prototypes
+ /* Visual C 9 (2008), Visual C 10 (2010), 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
+# if _MSC_VER == 1500 || _MSC_VER == 1600 || _MSC_VER == 1700 || _MSC_VER == 1800
# define NTDDI_VERSION NTDDI_WIN2K
# define _WIN32_WINNT _WIN32_WINNT_WIN2K
# endif