From f6b9c3d809f4b64e2ebdbf6e0b1db1c8d5216fd6 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 6 Dec 2003 12:10:27 +0000 Subject: [PATCH] Added como specific fix for C builds. [SVN r21160] --- include/boost/regex/config.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/boost/regex/config.hpp b/include/boost/regex/config.hpp index 5e843fdc..e3b99742 100644 --- a/include/boost/regex/config.hpp +++ b/include/boost/regex/config.hpp @@ -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 /***************************************************************************** *