Hopefully fixed wchar_t support on linux...

[SVN r18956]
This commit is contained in:
John Maddock
2003-07-07 11:55:26 +00:00
parent e6dcebcff9
commit c03d073c6c

View File

@@ -58,7 +58,7 @@
#if BOOST_INTEL_CXX_VERSION < 700 #if BOOST_INTEL_CXX_VERSION < 700
# define BOOST_NO_INTRINSIC_WCHAR_T # define BOOST_NO_INTRINSIC_WCHAR_T
#else #else
# ifndef _WCHAR_T_DEFINED # if defined(_WCHAR_T_DEFINED) && !defined(_WCHAR_T)
# define BOOST_NO_INTRINSIC_WCHAR_T # define BOOST_NO_INTRINSIC_WCHAR_T
# endif # endif
#endif #endif