2
0
mirror of https://github.com/boostorg/thread.git synced 2026-02-09 23:42:18 +00:00

merge RC_1_32_0 fixes

[SVN r26333]
This commit is contained in:
Aleksey Gurtovoy
2004-11-28 04:44:21 +00:00
parent c747a6ff4e
commit 113b974bb7
3 changed files with 35 additions and 27 deletions

View File

@@ -95,7 +95,7 @@ int xtime_get(struct xtime* xtp, int clock_type)
# endif
static const boost::uint64_t TIMESPEC_TO_FILETIME_OFFSET =
UINT64_C(116444736000000000);
const boost::uint64_t ft64 =
(static_cast<boost::uint64_t>(ft.dwHighDateTime) << 32)
+ ft.dwLowDateTime;