Index: execution_monitor.ipp
===================================================================
RCS file: /cvsroot/boost/boost/boost/test/impl/execution_monitor.ipp,v
retrieving revision 1.13
diff -u -r1.13 execution_monitor.ipp
--- execution_monitor.ipp	22 Feb 2006 16:14:45 -0000	1.13
+++ execution_monitor.ipp	20 May 2007 14:08:04 -0000
@@ -49,6 +49,7 @@
 
 // Microsoft + other compatible compilers such as Intel
 #if !defined(BOOST_DISABLE_WIN32) &&                                        \
+    !defined(UNDER_CE) &&                                                   \
     !defined(__BORLANDC__) &&                                               \
     (defined(_MSC_VER) && !defined(__COMO__)) ||                            \
     (BOOST_WORKAROUND(__MWERKS__, >= 0x3000) && defined(__INTEL__))
