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