Ticket #6931: intel_12_1_mutex.patch
File intel_12_1_mutex.patch, 608 bytes (added by , 10 years ago) |
---|
-
boost/thread/win32/thread_primitives.hpp
299 299 } 300 300 } 301 301 302 #if defined(BOOST_MSVC) && (_MSC_VER>=1400) && !defined(UNDER_CE)302 #if (defined(BOOST_MSVC) || defined(BOOST_INTEL_WIN)) && (_MSC_VER>=1400) && !defined(UNDER_CE) 303 303 304 304 namespace boost 305 305 { … … 332 332 } 333 333 } 334 334 #define BOOST_THREAD_BTS_DEFINED 335 #elif (defined(BOOST_MSVC) || defined(BOOST_INTEL_WIN)) && defined(_M_IX86)335 #elif defined(BOOST_MSVC) && defined(_M_IX86) 336 336 namespace boost 337 337 { 338 338 namespace detail