From 0bb6e754cb17b3c80678ed83e38d5c9e23a95b9a Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 21 May 2017 16:35:46 -0500 Subject: [PATCH] Fix header guard to correct type of predef. Addresses PR #48 from @ruslo (Ruslan Baratov) but with shorter "PLAT" to match the other platform headers. --- include/boost/predef/platform/mingw.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/predef/platform/mingw.h b/include/boost/predef/platform/mingw.h index 64c5837..5a1334b 100644 --- a/include/boost/predef/platform/mingw.h +++ b/include/boost/predef/platform/mingw.h @@ -5,8 +5,8 @@ Distributed under the Boost Software License, Version 1.0. http://www.boost.org/LICENSE_1_0.txt) */ -#ifndef BOOST_PREDEF_COMPILER_MINGW_H -#define BOOST_PREDEF_COMPILER_MINGW_H +#ifndef BOOST_PREDEF_PLAT_MINGW_H +#define BOOST_PREDEF_PLAT_MINGW_H #include #include