diff --git a/include/boost/config/platform/win32.hpp b/include/boost/config/platform/win32.hpp index 9344818f..bc6eb46e 100644 --- a/include/boost/config/platform/win32.hpp +++ b/include/boost/config/platform/win32.hpp @@ -52,7 +52,10 @@ #ifndef BOOST_DISABLE_WIN32 // WEK: Added -#define BOOST_HAS_FTIME +#ifndef _WIN32_WCE + // GetSystemTimeAsFileTime not present on WinCE. +# define BOOST_HAS_FTIME +#endif #define BOOST_WINDOWS 1 #endif