mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
Disable BOOST_HAS_FTIME on WinCE.
[SVN r45393]
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user