]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/predef/include/boost/predef/platform.h
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / predef / include / boost / predef / platform.h
1 /*
2 Copyright Rene Rivera 2013-2015
3 Copyright (c) Microsoft Corporation 2014
4 Distributed under the Boost Software License, Version 1.0.
5 (See accompanying file LICENSE_1_0.txt or copy at
6 http://www.boost.org/LICENSE_1_0.txt)
7 */
8
9 #if !defined(BOOST_PREDEF_PLATFORM_H) || defined(BOOST_PREDEF_INTERNAL_GENERATE_TESTS)
10 #ifndef BOOST_PREDEF_PLATFORM_H
11 #define BOOST_PREDEF_PLATFORM_H
12 #endif
13
14 #include <boost/predef/platform/mingw.h>
15 #include <boost/predef/platform/windows_desktop.h>
16 #include <boost/predef/platform/windows_store.h>
17 #include <boost/predef/platform/windows_phone.h>
18 #include <boost/predef/platform/windows_runtime.h>
19 /*#include <boost/predef/platform/.h>*/
20
21 #endif