forked from boostorg/config
Applied threading detection patch from Ed Swartz at Metrowerks
[SVN r21764]
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user