Set BOOST_NO_SWPRINTF unconditionally for _WIN32

[SVN r21388]
This commit is contained in:
John Maddock
2003-12-24 12:00:09 +00:00
parent 5b4e6a4068
commit 95117e938e

View File

@ -15,9 +15,13 @@
#include "boost/config/compiler/common_edg.hpp"
#if (__COMO_VERSION__ <= 4245) || !defined(BOOST_STRICT_CONFIG)
# ifdef _WIN32
# define BOOST_NO_SWPRINTF
# endif
# if defined(_MSC_VER) && _MSC_VER <= 1300
# define BOOST_NO_STDC_NAMESPACE
# define BOOST_NO_SWPRINTF
# if _MSC_VER > 100
// only set this in non-strict mode:
# define BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP