forked from boostorg/predef
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.
|
||||
(See accompanying file LICENSE_1_0.txt or copy at
|
||||
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/os.h>
|
||||
#include <boost/predef/other.h>
|
||||
#include <boost/predef/platform.h>
|
||||
|
||||
#endif
|
||||
|
@ -9,7 +9,6 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
#define BOOST_PREDEF_OTHER_H
|
||||
|
||||
#include <boost/predef/other/endian.h>
|
||||
#include <boost/predef/other/mingw.h>
|
||||
/*#include <boost/predef/other/.h>*/
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user