forked from boostorg/regex
Turn off testing wide character regexes when not appropriate.
This commit is contained in:
@ -367,16 +367,9 @@ int main(int argc, char**argv)
|
||||
}
|
||||
|
||||
#if defined(_WIN32) && defined(BOOST_REGEX_USE_WIN32_LOCALE) && !defined(UNDER_CE)
|
||||
#if !defined(BOOST_EMBTC)
|
||||
#pragma comment(lib, "user32.lib")
|
||||
#else
|
||||
#pragma comment(lib, "user32.a")
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user