]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/winapi/test/compile/windows_h_pre.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / winapi / test / compile / windows_h_pre.cpp
CommitLineData
7c673cae
FG
1/*
2 * Copyright Andrey Semashev 2015.
3 * Distributed under the Boost Software License, Version 1.0.
4 * (See accompanying file LICENSE_1_0.txt or copy at
5 * http://www.boost.org/LICENSE_1_0.txt)
6 */
7/*!
8 * \file windows_h_header.cpp
9 * \author Andrey Semashev
10 * \date 21.06.2015
11 *
12 * \brief This file contains a test boilerplate for checking that every public header does not conflict with native windows.h pre-included.
13 */
14
7c673cae
FG
15#include <windows.h>
16
b32b8144 17#define BOOST_WINAPI_TEST_INCLUDE_HEADER() <boost/BOOST_WINAPI_TEST_HEADER>
7c673cae
FG
18
19#include BOOST_WINAPI_TEST_INCLUDE_HEADER()
20
7c673cae
FG
21int main(int, char*[])
22{
23 return 0;
24}