Turn off testing wide character regexes when not appropriate.

This commit is contained in:
Edward Diener
2020-04-19 16:01:21 -04:00
parent 31646aefa7
commit f307ef8353
3 changed files with 10 additions and 11 deletions

View File

@ -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