Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/predef/platform.h @ 101:c530137014c0
Update Boost headers (1.58.0)
author | Chris Cannam |
---|---|
date | Mon, 07 Sep 2015 11:12:49 +0100 |
parents | 2665513ce2d3 |
children |
comparison
equal
deleted
inserted
replaced
100:793467b5e61c | 101:c530137014c0 |
---|---|
1 /* | 1 /* |
2 Copyright Redshift Software, Inc. 2013 | 2 Copyright Rene Rivera 2013 |
3 Copyright (c) Microsoft Corporation 2014 | |
3 Distributed under the Boost Software License, Version 1.0. | 4 Distributed under the Boost Software License, Version 1.0. |
4 (See accompanying file LICENSE_1_0.txt or copy at | 5 (See accompanying file LICENSE_1_0.txt or copy at |
5 http://www.boost.org/LICENSE_1_0.txt) | 6 http://www.boost.org/LICENSE_1_0.txt) |
6 */ | 7 */ |
7 | 8 |
8 #ifndef BOOST_PREDEF_PLATFORM_H | 9 #ifndef BOOST_PREDEF_PLATFORM_H |
9 #define BOOST_PREDEF_PLATFORM_H | 10 #define BOOST_PREDEF_PLATFORM_H |
10 | 11 |
11 #include <boost/predef/platform/mingw.h> | 12 #include <boost/predef/platform/mingw.h> |
13 #include <boost/predef/platform/windows_desktop.h> | |
14 #include <boost/predef/platform/windows_store.h> | |
15 #include <boost/predef/platform/windows_phone.h> | |
16 #include <boost/predef/platform/windows_runtime.h> | |
12 /*#include <boost/predef/platform/.h>*/ | 17 /*#include <boost/predef/platform/.h>*/ |
13 | 18 |
14 #endif | 19 #endif |