|
Boost-Commit : |
From: gennadiy.rozental_at_[hidden]
Date: 2007-10-31 22:46:57
Author: rogeeff
Date: 2007-10-31 22:46:57 EDT (Wed, 31 Oct 2007)
New Revision: 40634
URL: http://svn.boost.org/trac/boost/changeset/40634
Log:
disable on CE
Text files modified:
trunk/boost/test/impl/debug.ipp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/test/impl/debug.ipp
==============================================================================
--- trunk/boost/test/impl/debug.ipp (original)
+++ trunk/boost/test/impl/debug.ipp 2007-10-31 22:46:57 EDT (Wed, 31 Oct 2007)
@@ -24,7 +24,7 @@
#include <boost/test/debug_config.hpp>
// Implementation in windows
-#if defined(_WIN32) && !defined(BOOST_DISABLE_WIN32) // ******* WIN32
+#if defined(_WIN32) && !defined(UNDER_CE) && !defined(BOOST_DISABLE_WIN32) // ******* WIN32
# define BOOST_WIN32_BASED_DEBUG
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