2 //=============================================================================
4 * @file config-win32-msvc-141.h
6 * @brief Microsoft Visual C++ 14.1 configuration file.
8 * This file is the ACE configuration file for Microsoft Visual C++ 14.1 (as released with Visual Studio 2017).
10 * @note Do not include this file directly, include config-win32.h instead.
12 //=============================================================================
14 #ifndef ACE_CONFIG_WIN32_MSVC_141_H
15 #define ACE_CONFIG_WIN32_MSVC_141_H
16 #include /**/ "ace/pre.h"
18 #ifndef ACE_CONFIG_WIN32_H
19 #error Use config-win32.h in config.h instead of this header
20 #endif /* ACE_CONFIG_WIN32_H */
22 #ifndef ACE_WIN32_VC141
23 # define ACE_WIN32_VC141
26 #include "ace/config-win32-msvc-14.h"
28 #if _MSVC_LANG >= 201402L
29 # define ACE_HAS_CPP14
30 #endif /* _MSVC_LANG >= 201402L */
32 #if _MSVC_LANG >= 201703L
33 # define ACE_HAS_CPP17
34 #endif /* _MSVC_LANG >= 201703L */
36 #include /**/ "ace/post.h"
37 #endif /* ACE_CONFIG_WIN32_MSVC_141_H */