From 2b3583277fe7b94eaac312b3f063c9fc7fe7526b Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 5 Jun 2008 08:36:39 +0000 Subject: [PATCH] Reverted changeset 45393. [SVN r46158] --- include/boost/config/platform/win32.hpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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