fixed mis-spelled BOOST_NO_CWCTYPE

[SVN r16192]
This commit is contained in:
John Maddock
2002-11-11 12:12:55 +00:00
parent 49ab0b66d5
commit 3c3999d851

View File

@@ -137,7 +137,7 @@ namespace std{ using _STLP_VENDOR_CSTD::strcmp; using _STLP_VENDOR_CSTD::strcpy;
//
#if defined(_STLP_NO_NATIVE_WIDE_FUNCTIONS) && !defined(BOOST_NO_STDC_NAMESPACE)
# define BOOST_NO_CWCHAR
# define BOOST_NO_CWTYPE
# define BOOST_NO_CWCTYPE
#endif
//