mirror of
https://github.com/boostorg/regex.git
synced 2025-07-16 13:52:17 +02:00
Fixed inclusion of windows.h
[SVN r11356]
This commit is contained in:
@ -270,7 +270,7 @@ using std::distance;
|
|||||||
# define BOOST_REGEX_USE_C_LOCALE
|
# define BOOST_REGEX_USE_C_LOCALE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef BOOST_REGEX_USE_WIN32_LOCALE
|
#if defined(_WIN32) && !defined(BOOST_REGEX_NO_W32)
|
||||||
# include <windows.h>
|
# include <windows.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user