Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r51536 - branches/release/boost/smart_ptr/detail
From: pdimov_at_[hidden]
Date: 2009-03-02 11:37:32


Author: pdimov
Date: 2009-03-02 11:37:31 EST (Mon, 02 Mar 2009)
New Revision: 51536
URL: http://svn.boost.org/trac/boost/changeset/51536

Log:
Merge [51515] to release. Closes #2675.
Text files modified:
   branches/release/boost/smart_ptr/detail/lightweight_mutex.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/release/boost/smart_ptr/detail/lightweight_mutex.hpp
==============================================================================
--- branches/release/boost/smart_ptr/detail/lightweight_mutex.hpp (original)
+++ branches/release/boost/smart_ptr/detail/lightweight_mutex.hpp 2009-03-02 11:37:31 EST (Mon, 02 Mar 2009)
@@ -32,7 +32,7 @@
 # include <boost/smart_ptr/detail/lwm_nop.hpp>
 #elif defined(BOOST_HAS_PTHREADS)
 # include <boost/smart_ptr/detail/lwm_pthreads.hpp>
-#elif defined(WIN32) || defined(_WIN32) || defined(__WIN32__)
+#elif defined(BOOST_HAS_WINTHREADS) || defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
 # include <boost/smart_ptr/detail/lwm_win32_cs.hpp>
 #else
 // Use #define BOOST_DISABLE_THREADS to avoid the error


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk