Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions doc/macro_reference.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
]]
Expand Down
1 change: 1 addition & 0 deletions include/boost/config/platform/win32.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
# define BOOST_HAS_GETSYSTEMTIMEASFILETIME
# define BOOST_HAS_THREADEX
# define BOOST_HAS_GETSYSTEMTIMEASFILETIME
# define BOOST_HAS_GETSYSTEMTIMEPRECISEASFILETIME
#endif

//
Expand Down