From 3c3999d851661c2776f117702b8899cb8151f3aa Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 11 Nov 2002 12:12:55 +0000 Subject: [PATCH] fixed mis-spelled BOOST_NO_CWCTYPE [SVN r16192] --- include/boost/config/stdlib/stlport.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/stdlib/stlport.hpp b/include/boost/config/stdlib/stlport.hpp index ccc40bf9..b40b5b39 100644 --- a/include/boost/config/stdlib/stlport.hpp +++ b/include/boost/config/stdlib/stlport.hpp @@ -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 //