Apply patch from 62c63fc58f

This commit is contained in:
jzmaddock
2013-12-10 18:21:37 +00:00
parent c4e0b79c9d
commit 9a1d43cbfc

View File

@ -57,11 +57,6 @@
# define BOOST_NO_CXX11_VARIADIC_MACROS
#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
# define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
#endif
@ -92,6 +87,7 @@
#endif
#if defined(_WIN32_WCE) || defined(UNDER_CE)
// Windows CE does not have a conforming signature for swprintf
# define BOOST_NO_SWPRINTF
#endif