forked from boostorg/config
Apply patches for building regex on WinCE see: http://lists.boost.org/Archives/boost/2007/11/130839.php
[SVN r41327]
This commit is contained in:
@@ -82,9 +82,10 @@
|
|||||||
# define BOOST_NO_INTRINSIC_WCHAR_T
|
# define BOOST_NO_INTRINSIC_WCHAR_T
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _WIN32_WCE
|
#if defined(_WIN32_WCE) || defined(UNDER_CE)
|
||||||
# define BOOST_NO_THREADEX
|
# define BOOST_NO_THREADEX
|
||||||
# define BOOST_NO_GETSYSTEMTIMEASFILETIME
|
# define BOOST_NO_GETSYSTEMTIMEASFILETIME
|
||||||
|
# define BOOST_NO_SWPRINTF
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user