summaryrefslogtreecommitdiff
path: root/ACE/ace/config-win32-msvc-143.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-11-12 09:28:53 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-11-12 09:28:53 +0100
commit69133618a86b6305310b1d2c55dce3fa2e6fa525 (patch)
tree94a8b3660974ff21dabb2937a9f7765beb833f25 /ACE/ace/config-win32-msvc-143.h
parent78e31e35bbc7d1ddc288b26d257f606af978655e (diff)
downloadATCD-69133618a86b6305310b1d2c55dce3fa2e6fa525.tar.gz
Add config file for Visual Studio 2022 and add github CI action
* ACE/ace/config-win32-msvc-143.h: Added. * .github/workflows/windows.yml: * ACE/ace/config-win32-msvc.h:
Diffstat (limited to 'ACE/ace/config-win32-msvc-143.h')
-rw-r--r--ACE/ace/config-win32-msvc-143.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/ACE/ace/config-win32-msvc-143.h b/ACE/ace/config-win32-msvc-143.h
new file mode 100644
index 00000000000..33cfae27549
--- /dev/null
+++ b/ACE/ace/config-win32-msvc-143.h
@@ -0,0 +1,29 @@
+/* -*- C++ -*- */
+//=============================================================================
+/**
+ * @file config-win32-msvc-143.h
+ *
+ * @brief Microsoft Visual C++ 14.3 configuration file.
+ *
+ * This file is the ACE configuration file for Microsoft Visual C++ 14.3 (as released with Visual Studio 2022).
+ *
+ * @note Do not include this file directly, include config-win32.h instead.
+ */
+//=============================================================================
+
+#ifndef ACE_CONFIG_WIN32_MSVC_143_H
+#define ACE_CONFIG_WIN32_MSVC_143_H
+#include /**/ "ace/pre.h"
+
+#ifndef ACE_CONFIG_WIN32_H
+#error Use config-win32.h in config.h instead of this header
+#endif /* ACE_CONFIG_WIN32_H */
+
+#ifndef ACE_WIN32_VC143
+# define ACE_WIN32_VC143
+#endif
+
+#include "ace/config-win32-msvc-142.h"
+
+#include /**/ "ace/post.h"
+#endif /* ACE_CONFIG_WIN32_MSVC_143_H */