diff --git a/doc/macro_reference.qbk b/doc/macro_reference.qbk index 728b5c8f0..642f3e381 100644 --- a/doc/macro_reference.qbk +++ b/doc/macro_reference.qbk @@ -423,6 +423,9 @@ The platform has the Win32 API type FTIME. [[`BOOST_HAS_GETSYSTEMTIMEASFILETIME`][Platform][ The platform has the Win32 API GetSystemTimeAsFileTime. ]] +[[`BOOST_HAS_GETSYSTEMTIMEPRECISEASFILETIME`][Platform][ +The platform has the Win32 API GetSystemTimePreciseAsFileTime. +]] [[`BOOST_HAS_GETTIMEOFDAY`][Platform][ The platform has the POSIX API `gettimeofday`. ]] diff --git a/include/boost/config/platform/win32.hpp b/include/boost/config/platform/win32.hpp index 450158fba..50b526c2e 100644 --- a/include/boost/config/platform/win32.hpp +++ b/include/boost/config/platform/win32.hpp @@ -72,6 +72,7 @@ # define BOOST_HAS_GETSYSTEMTIMEASFILETIME # define BOOST_HAS_THREADEX # define BOOST_HAS_GETSYSTEMTIMEASFILETIME +# define BOOST_HAS_GETSYSTEMTIMEPRECISEASFILETIME #endif //