Also use Objects as part of an operation but as a result don't generate Any operation...
[ACE_TAO.git] / ACE / ace / config-win32-msvc-12.h
blob0b59cd4468553666a3fad82111ce10d63c267848
1 /* -*- C++ -*- */
2 //=============================================================================
3 /**
4 * @file config-win32-msvc-12.h
6 * @brief Microsoft Visual C++ 12.0 configuration file.
8 * This file is the ACE configuration file for Microsoft Visual C++ version 12.
10 * @note Do not include this file directly, include config-win32.h instead.
12 //=============================================================================
14 #ifndef ACE_CONFIG_WIN32_MSVC_12_H
15 #define ACE_CONFIG_WIN32_MSVC_12_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_VC12
23 # define ACE_WIN32_VC12
24 #endif
26 // Until we have specific msvc12 settings, include the msvc11 file
27 #include "ace/config-win32-msvc-11.h"
29 #include /**/ "ace/post.h"
30 #endif /* ACE_CONFIG_WIN32_MSVC_10_H */