2
0
mirror of https://github.com/boostorg/config.git synced 2026-02-16 13:22:13 +00:00

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