forked from boostorg/config
Disable BOOST_HAS_FTIME on WinCE.
[SVN r45393]
This commit is contained in:
@@ -52,7 +52,10 @@
|
|||||||
|
|
||||||
#ifndef BOOST_DISABLE_WIN32
|
#ifndef BOOST_DISABLE_WIN32
|
||||||
// WEK: Added
|
// WEK: Added
|
||||||
#define BOOST_HAS_FTIME
|
#ifndef _WIN32_WCE
|
||||||
|
// GetSystemTimeAsFileTime not present on WinCE.
|
||||||
|
# define BOOST_HAS_FTIME
|
||||||
|
#endif
|
||||||
#define BOOST_WINDOWS 1
|
#define BOOST_WINDOWS 1
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user