summaryrefslogtreecommitdiff
path: root/ACE/ace/config-win32-common.h
diff options
context:
space:
mode:
authorJustin R. Wilson <wilsonj@objectcomputing.com>2020-04-13 12:03:14 -0500
committerJustin R. Wilson <wilsonj@objectcomputing.com>2020-04-13 12:03:14 -0500
commit336b5d7ddb8a0d306e62e80b31f7838a4e359b36 (patch)
treed7701474c127604e9ca2c89328aec29f9b373c3e /ACE/ace/config-win32-common.h
parentae87fba1b2b23893e3273bd4f70e3ae93b9d105b (diff)
downloadATCD-336b5d7ddb8a0d306e62e80b31f7838a4e359b36.tar.gz
Check but don't define _WIN32_WINNT
Diffstat (limited to 'ACE/ace/config-win32-common.h')
-rw-r--r--ACE/ace/config-win32-common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/config-win32-common.h b/ACE/ace/config-win32-common.h
index ea482fb234c..4dd4fa0413a 100644
--- a/ACE/ace/config-win32-common.h
+++ b/ACE/ace/config-win32-common.h
@@ -55,8 +55,8 @@
# endif /* !_FILE_OFFSET_BITS */
#endif /* _WIN64 || WIN64 */
-#if !defined (_WIN32_WINNT)
-# define _WIN32_WINNT 0x0600 // pretend it's at least Windows Vista
+#if !defined (_WIN32_WINNT) || _WIN32_WINNT < 0x0600
+# error _WIN32_WINNT must be at least 0x0600
#endif
// If the invoking procedure turned off debugging by setting NDEBUG, then