Move MINGW platform to formalized

This commit is contained in:
grafikrobot
2013-05-02 23:22:09 -05:00
parent bbff5c0fcf
commit 5fd44efb4a
3 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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