Boost logo

Boost-Commit :

From: anthony_at_[hidden]
Date: 2008-01-16 10:23:36


Author: anthonyw
Date: 2008-01-16 10:23:36 EST (Wed, 16 Jan 2008)
New Revision: 42818
URL: http://svn.boost.org/trac/boost/changeset/42818

Log:
Provide tss_cleanup_implemented as a dummy function on Windows CE to allow tests to run
Text files modified:
   trunk/libs/thread/src/tss_null.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/thread/src/tss_null.cpp
==============================================================================
--- trunk/libs/thread/src/tss_null.cpp (original)
+++ trunk/libs/thread/src/tss_null.cpp 2008-01-16 10:23:36 EST (Wed, 16 Jan 2008)
@@ -6,7 +6,7 @@
 
 #include <boost/thread/detail/config.hpp>
 
-#if defined(BOOST_HAS_WINTHREADS) && (defined(BOOST_THREAD_BUILD_LIB) || defined(BOOST_THREAD_TEST)) && (!defined(_MSC_VER) || defined(UNDER_CE))
+#if defined(BOOST_HAS_WINTHREADS) && (defined(BOOST_THREAD_BUILD_LIB) || defined(BOOST_THREAD_TEST) || defined(UNDER_CE)) && (!defined(_MSC_VER) || defined(UNDER_CE))
 
     /*
     This file is a "null" implementation of tss cleanup; it's


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