summaryrefslogtreecommitdiff
path: root/boost/predef/platform/mingw.h
diff options
context:
space:
mode:
Diffstat (limited to 'boost/predef/platform/mingw.h')
-rw-r--r--boost/predef/platform/mingw.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/boost/predef/platform/mingw.h b/boost/predef/platform/mingw.h
index 6c8d873ca3..64c5837364 100644
--- a/boost/predef/platform/mingw.h
+++ b/boost/predef/platform/mingw.h
@@ -1,5 +1,5 @@
/*
-Copyright Rene Rivera 2008-2013
+Copyright Rene Rivera 2008-2015
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)
@@ -58,6 +58,8 @@ Version number available as major, minor, and patch.
#define BOOST_PLAT_MINGW_NAME "MinGW"
+#endif
+
#include <boost/predef/detail/test.h>
BOOST_PREDEF_DECLARE_TEST(BOOST_PLAT_MINGW,BOOST_PLAT_MINGW_NAME)
@@ -65,6 +67,3 @@ BOOST_PREDEF_DECLARE_TEST(BOOST_PLAT_MINGW,BOOST_PLAT_MINGW_NAME)
#include <boost/predef/detail/test.h>
BOOST_PREDEF_DECLARE_TEST(BOOST_PLAT_MINGW_EMULATED,BOOST_PLAT_MINGW_NAME)
#endif
-
-
-#endif