From db614f7ac200f62bda99d6ffd39aab89cf6c5a01 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 24 Nov 2007 12:25:25 +0000 Subject: [PATCH] Apply patches for building regex on WinCE see: http://lists.boost.org/Archives/boost/2007/11/130839.php [SVN r41327] --- include/boost/config/compiler/visualc.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/config/compiler/visualc.hpp b/include/boost/config/compiler/visualc.hpp index 233fdb9f..5bc9641b 100644 --- a/include/boost/config/compiler/visualc.hpp +++ b/include/boost/config/compiler/visualc.hpp @@ -82,9 +82,10 @@ # define BOOST_NO_INTRINSIC_WCHAR_T #endif -#ifdef _WIN32_WCE +#if defined(_WIN32_WCE) || defined(UNDER_CE) # define BOOST_NO_THREADEX # define BOOST_NO_GETSYSTEMTIMEASFILETIME +# define BOOST_NO_SWPRINTF #endif //