Fix a typo

[SVN r21968]
This commit is contained in:
Guillaume Melquiond
2004-01-26 13:14:05 +00:00
parent 1bcb2811bf
commit e8602a5b86

View File

@ -73,7 +73,7 @@
// or not.
// Under UNIX, the situation is exactly the same, but the macro _WCHAR_T
// is used instead.
# if ((_WCHAR_T_DEFINED + 0) == 0)) && ((_WCHAR_T + 0) == 0)
# if ((_WCHAR_T_DEFINED + 0) == 0) && ((_WCHAR_T + 0) == 0)
# define BOOST_NO_INTRINSIC_WCHAR_T
# endif
#endif