forked from boostorg/config
More config tweeks for swprintf support.
[SVN r24781]
This commit is contained in:
@@ -33,14 +33,6 @@
|
|||||||
|
|
||||||
#endif // version 4245
|
#endif // version 4245
|
||||||
|
|
||||||
#if (__COMO_VERSION__ <= 4303) || !defined(BOOST_STRICT_CONFIG)
|
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
# define BOOST_NO_SWPRINTF
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif // Version 4303
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// enable __int64 support in VC emulation mode
|
// enable __int64 support in VC emulation mode
|
||||||
//
|
//
|
||||||
|
@@ -24,6 +24,10 @@
|
|||||||
# define BOOST_NO_STD_WSTREAMBUF
|
# define BOOST_NO_STD_WSTREAMBUF
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if (__LIBCOMO_VERSION__ <= 31) && defined(_WIN32)
|
||||||
|
#define BOOST_NO_SWPRINTF
|
||||||
|
#endif
|
||||||
|
|
||||||
#if __LIBCOMO_VERSION__ >= 31
|
#if __LIBCOMO_VERSION__ >= 31
|
||||||
# define BOOST_HAS_HASH
|
# define BOOST_HAS_HASH
|
||||||
# define BOOST_HAS_SLIST
|
# define BOOST_HAS_SLIST
|
||||||
|
Reference in New Issue
Block a user