Fixed inclusion of windows.h

[SVN r11356]
This commit is contained in:
John Maddock
2001-10-08 11:32:22 +00:00
parent a543dce5e3
commit f16f300347

View File

@ -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 <windows.h>
#endif