mirror of
https://github.com/boostorg/thread.git
synced 2026-02-09 11:32:12 +00:00
Fixed up WinRT support patch not compiling on WinRT.
This commit is contained in:
parent
d5f335b8a4
commit
6552cf64b5
@@ -584,7 +584,7 @@ namespace boost
|
||||
LARGE_INTEGER due_time={{0,0}};
|
||||
if(target_time.relative)
|
||||
{
|
||||
detail::win32::ticks_type const elapsed_milliseconds=detail::win32::GetTickCount64()()-target_time.start;
|
||||
detail::win32::ticks_type const elapsed_milliseconds=detail::win32::GetTickCount64_()()-target_time.start;
|
||||
LONGLONG const remaining_milliseconds=(target_time.milliseconds-elapsed_milliseconds);
|
||||
LONGLONG const hundred_nanoseconds_in_one_millisecond=10000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user