Disable BOOST_HAS_FTIME on WinCE.

[SVN r45393]
This commit is contained in:
John Maddock
2008-05-15 15:55:00 +00:00
parent 186abf9110
commit 89f16cfbc0

View File

@ -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