fixes resulting from non-standard usage of swprintf

[SVN r7927]
This commit is contained in:
John Maddock
2000-10-12 11:25:16 +00:00
parent 224cb764cf
commit 65b6a3ba3e
8 changed files with 131 additions and 205 deletions

View File

@ -150,6 +150,8 @@ Do not change this file unless you really really have to, add options to
#define BOOST_RE_INT64t __int64
#define BOOST_RE_IMM64(val) val##i64
#define BOOST_RE_NO_CAT
// broken wide character support:
#define BOOST_RE_NO_SWPRINTF
#ifdef __MT__
#define BOOST_RE_THREADS
@ -213,6 +215,7 @@ Do not change this file unless you really really have to, add options to
#define BOOST_RE_NO_CAT
#define BOOST_RE_NO_PARTIAL_FUNC_SPEC
#define BOOST_RE_NO_TEMPLATE_FRIEND
#define BOOST_RE_NO_SWPRINTF
#ifdef _MT
#define BOOST_RE_THREADS
@ -266,6 +269,7 @@ Do not change this file unless you really really have to, add options to
#define BOOST_RE_OLD_IOSTREAM
#define BOOST_RE_NESTED_TEMPLATE_DECL
#define BOOST_RE_NO_WCSTRING
#define BOOST_RE_NO_SWPRINTF
#endif
@ -304,6 +308,7 @@ Do not change this file unless you really really have to, add options to
#define BOOST_RE_IMM64(val) val##LL
#define BOOST_RE_NESTED_TEMPLATE_DECL
#define BOOST_RE_NO_TEMPLATE_FRIEND
#define BOOST_RE_NO_SWPRINTF
#endif