server/dep/acelite/ace/config-win32-msvc-12.h
Salja f4be15a7af Some missing from merge.
Signed-off-by: Salja <salja2012@hotmail.de>
2020-02-16 02:50:23 +00:00

32 lines
966 B
C++

/* -*- C++ -*- */
//=============================================================================
/**
* @file config-win32-msvc-12.h
*
* $Id: config-win32-msvc-12.h 97766 2014-06-04 10:08:40Z johnnyw $
*
* @brief Microsoft Visual C++ 12.0 configuration file.
*
* This file is the ACE configuration file for Microsoft Visual C++ version 12.
*
* @note Do not include this file directly, include config-win32.h instead.
*/
//=============================================================================
#ifndef ACE_CONFIG_WIN32_MSVC_12_H
#define ACE_CONFIG_WIN32_MSVC_12_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_VC12
# define ACE_WIN32_VC12
#endif
// Until we have specific msvc12 settings, include the msvc11 file
#include "ace/config-win32-msvc-11.h"
#include /**/ "ace/post.h"
#endif /* ACE_CONFIG_WIN32_MSVC_10_H */