More config tweeks for swprintf support.

[SVN r24781]
This commit is contained in:
John Maddock
2004-08-27 10:30:05 +00:00
parent 5d5767d78a
commit 6bf226144f
2 changed files with 4 additions and 8 deletions

View File

@@ -33,14 +33,6 @@
#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
//

View File

@@ -24,6 +24,10 @@
# define BOOST_NO_STD_WSTREAMBUF
#endif
#if (__LIBCOMO_VERSION__ <= 31) && defined(_WIN32)
#define BOOST_NO_SWPRINTF
#endif
#if __LIBCOMO_VERSION__ >= 31
# define BOOST_HAS_HASH
# define BOOST_HAS_SLIST