Applied threading detection patch from Ed Swartz at Metrowerks

[SVN r21764]
This commit is contained in:
Dave Abrahams
2004-01-15 17:42:07 +00:00
parent 58a844779e
commit bdbcfed201

View File

@ -35,7 +35,7 @@
# include <boost/config/posix_features.hpp>
#endif
#if defined(_MWMT) || defined(_MSL_THREADSAFE)
#if defined(_MWMT) || _MSL_THREADSAFE
# define BOOST_HAS_THREADS
#endif