mirror of
https://github.com/boostorg/predef.git
synced 2025-07-31 20:24:26 +02:00
Move MINGW platform to formalized
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright Redshift Software, Inc. 2008-2012
|
Copyright Redshift Software, Inc. 2008-2013
|
||||||
Distributed under the Boost Software License, Version 1.0.
|
Distributed under the Boost Software License, Version 1.0.
|
||||||
(See accompanying file LICENSE_1_0.txt or copy at
|
(See accompanying file LICENSE_1_0.txt or copy at
|
||||||
http://www.boost.org/LICENSE_1_0.txt)
|
http://www.boost.org/LICENSE_1_0.txt)
|
||||||
@@ -14,5 +14,6 @@ http://www.boost.org/LICENSE_1_0.txt)
|
|||||||
#include <boost/predef/library.h>
|
#include <boost/predef/library.h>
|
||||||
#include <boost/predef/os.h>
|
#include <boost/predef/os.h>
|
||||||
#include <boost/predef/other.h>
|
#include <boost/predef/other.h>
|
||||||
|
#include <boost/predef/platform.h>
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@@ -9,7 +9,6 @@ http://www.boost.org/LICENSE_1_0.txt)
|
|||||||
#define BOOST_PREDEF_OTHER_H
|
#define BOOST_PREDEF_OTHER_H
|
||||||
|
|
||||||
#include <boost/predef/other/endian.h>
|
#include <boost/predef/other/endian.h>
|
||||||
#include <boost/predef/other/mingw.h>
|
|
||||||
/*#include <boost/predef/other/.h>*/
|
/*#include <boost/predef/other/.h>*/
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user