forked from boostorg/config
Apply patch from 62c63fc58f
This commit is contained in:
@ -57,11 +57,6 @@
|
|||||||
# define BOOST_NO_CXX11_VARIADIC_MACROS
|
# define BOOST_NO_CXX11_VARIADIC_MACROS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(UNDER_CE)
|
|
||||||
// Windows CE does not have a conforming signature for swprintf
|
|
||||||
# define BOOST_NO_SWPRINTF
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if _MSC_VER < 1500 // 140X == VC++ 8.0
|
#if _MSC_VER < 1500 // 140X == VC++ 8.0
|
||||||
# define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
|
# define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
|
||||||
#endif
|
#endif
|
||||||
@ -92,6 +87,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_WIN32_WCE) || defined(UNDER_CE)
|
#if defined(_WIN32_WCE) || defined(UNDER_CE)
|
||||||
|
// Windows CE does not have a conforming signature for swprintf
|
||||||
# define BOOST_NO_SWPRINTF
|
# define BOOST_NO_SWPRINTF
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user