mirror of
https://github.com/boostorg/config.git
synced 2026-01-26 09:12:21 +01:00
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