From bdbcfed2013707ceca6976718096f0b3bce934a7 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 15 Jan 2004 17:42:07 +0000 Subject: [PATCH] Applied threading detection patch from Ed Swartz at Metrowerks [SVN r21764] --- include/boost/config/stdlib/msl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/stdlib/msl.hpp b/include/boost/config/stdlib/msl.hpp index 7e875922..4c6bad4a 100644 --- a/include/boost/config/stdlib/msl.hpp +++ b/include/boost/config/stdlib/msl.hpp @@ -35,7 +35,7 @@ # include #endif -#if defined(_MWMT) || defined(_MSL_THREADSAFE) +#if defined(_MWMT) || _MSL_THREADSAFE # define BOOST_HAS_THREADS #endif