summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2023-02-22 09:10:40 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2023-02-22 09:10:40 +0100
commit606a42cd58a161c971723d10713699d922530a28 (patch)
treecb70c0bb344cb9412e9a8d1217cf1831019ae484
parentd36ea8bd1ba6f2fefa13124562bdd534cbc96515 (diff)
downloadATCD-606a42cd58a161c971723d10713699d922530a28.tar.gz
Add define of ACE_WIN32_VC14, before dropping Visual Studio 2015 this was also set for newer Visual Studio versions
* ACE/ace/config-win32-msvc-141.h:
-rw-r--r--ACE/ace/config-win32-msvc-141.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ACE/ace/config-win32-msvc-141.h b/ACE/ace/config-win32-msvc-141.h
index e08e69ae736..284071e62ed 100644
--- a/ACE/ace/config-win32-msvc-141.h
+++ b/ACE/ace/config-win32-msvc-141.h
@@ -19,6 +19,9 @@
#error Use config-win32.h in config.h instead of this header
#endif /* ACE_CONFIG_WIN32_H */
+#ifndef ACE_WIN32_VC14
+# define ACE_WIN32_VC14
+#endif
#ifndef ACE_WIN32_VC141
# define ACE_WIN32_VC141
#endif