Blame boost-1.48.0-gcc47-winthreads.patch

4bda23c
Index: boost/config/stdlib/libstdcpp3.hpp
4bda23c
===================================================================
4bda23c
--- boost/config/stdlib/libstdcpp3.hpp.orig     2012-01-14 19:15:34.957877838 +0100
4bda23c
+++ boost/config/stdlib/libstdcpp3.hpp  2012-01-14 19:19:09.660901373 +0100
4bda23c
@@ -34,7 +34,8 @@
4bda23c
 #ifdef __GLIBCXX__ // gcc 3.4 and greater:
4bda23c
 #  if defined(_GLIBCXX_HAVE_GTHR_DEFAULT) \
4bda23c
         || defined(_GLIBCXX__PTHREADS) \
4bda23c
-        || defined(_GLIBCXX_HAS_GTHREADS)
4bda23c
+        || defined(_GLIBCXX_HAS_GTHREADS) \
4bda23c
+        || defined(_WIN32)
4bda23c
       //
4bda23c
       // If the std lib has thread support turned on, then turn it on in Boost
4bda23c
       // as well.  We do this because some gcc-3.4 std lib headers define _REENTANT