mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
29 lines
866 B
C++
29 lines
866 B
C++
/* -*- C++ -*- */
|
|
//=============================================================================
|
|
/**
|
|
* @file config-win32-msvc-142.h
|
|
*
|
|
* @brief Microsoft Visual C++ 14.2 configuration file.
|
|
*
|
|
* This file is the ACE configuration file for Microsoft Visual C++ 14.2 (as released with Visual Studio 2019).
|
|
*
|
|
* @note Do not include this file directly, include config-win32.h instead.
|
|
*/
|
|
//=============================================================================
|
|
|
|
#ifndef ACE_CONFIG_WIN32_MSVC_142_H
|
|
#define ACE_CONFIG_WIN32_MSVC_142_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_VC142
|
|
# define ACE_WIN32_VC142
|
|
#endif
|
|
|
|
#include "ace/config-win32-msvc-141.h"
|
|
|
|
#include /**/ "ace/post.h"
|
|
#endif /* ACE_CONFIG_WIN32_MSVC_142_H */
|