Added check to prevent macro redeffinition

[SVN r19360]
This commit is contained in:
John Maddock
2003-07-30 12:15:45 +00:00
parent 222b16693c
commit d695b70ee9

View File

@ -114,7 +114,7 @@
// If Win32 support has been disabled for boost in general, then // If Win32 support has been disabled for boost in general, then
// it is for regex in particular: // it is for regex in particular:
// //
#ifdef BOOST_DISABLE_WIN32 #if defined(BOOST_DISABLE_WIN32) && !defined(BOOST_REGEX_NO_W32)
# define BOOST_REGEX_NO_W32 # define BOOST_REGEX_NO_W32
#endif #endif