BOOST_NO_INTRINSIC_WCHAR_T now correct for 7.0 on Win32, based on config_info report

[SVN r18640]
This commit is contained in:
Beman Dawes
2003-06-01 18:06:27 +00:00
parent baa0be852b
commit 6ed5b28457

View File

@@ -56,7 +56,7 @@
#endif #endif
#if _MSC_VER+0 >= 1000 #if _MSC_VER+0 >= 1000
# ifndef _NATIVE_WCHAR_T_DEFINED # if !defined(_NATIVE_WCHAR_T_DEFINED) && !defined(_WCHAR_T_DEFINED)
# define BOOST_NO_INTRINSIC_WCHAR_T # define BOOST_NO_INTRINSIC_WCHAR_T
# endif # endif
# if _MSC_VER >= 1200 # if _MSC_VER >= 1200