2
0
mirror of https://github.com/boostorg/regex.git synced 2026-02-14 00:52:12 +00:00

Added como specific fix for C builds.

[SVN r21160]
This commit is contained in:
John Maddock
2003-12-06 12:10:27 +00:00
parent a008c722a4
commit f6b9c3d809

View File

@@ -183,6 +183,9 @@ using std::distance;
# define BOOST_REGEX_USE_C_LOCALE
# define BOOST_REGEX_NO_W32
#endif
#if defined(__COMO__) && !defined(BOOST_REGEX_NO_W32) && !defined(_MSC_EXTENSIONS)
# define BOOST_REGEX_NO_W32
#endif
/*****************************************************************************
*