From f16f3003479cd07d22414902e8613426091c6c72 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 8 Oct 2001 11:32:22 +0000 Subject: [PATCH] Fixed inclusion of windows.h [SVN r11356] --- include/boost/regex/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/regex/config.hpp b/include/boost/regex/config.hpp index a1461f5f..a6e6c50f 100644 --- a/include/boost/regex/config.hpp +++ b/include/boost/regex/config.hpp @@ -270,7 +270,7 @@ using std::distance; # define BOOST_REGEX_USE_C_LOCALE #endif -#ifdef BOOST_REGEX_USE_WIN32_LOCALE +#if defined(_WIN32) && !defined(BOOST_REGEX_NO_W32) # include #endif