Better BOOST_NO_INTRINSIC_WCHAR_T fix from Pavel Vozenilek

[SVN r18643]
This commit is contained in:
Beman Dawes
2003-06-01 19:09:09 +00:00
parent 6ed5b28457
commit 517bc9850c

View File

@ -55,10 +55,16 @@
#endif #endif
#if _MSC_VER+0 >= 1000 // See http://aspn.activestate.com/ASPN/Mail/Message/boost/1614864
# if !defined(_NATIVE_WCHAR_T_DEFINED) && !defined(_WCHAR_T_DEFINED) #if BOOST_INTEL_CXX_VERSION < 700
# define BOOST_NO_INTRINSIC_WCHAR_T # define BOOST_NO_INTRINSIC_WCHAR_T
#else
# ifndef _WCHAR_T_DEFINED
# define BOOST_NO_INTRINSIC_WCHAR_T
# endif # endif
#endif
#if _MSC_VER+0 >= 1000
# if _MSC_VER >= 1200 # if _MSC_VER >= 1200
# define BOOST_HAS_MS_INT64 # define BOOST_HAS_MS_INT64
# endif # endif