[Base] Clock::QueryHostUptimeMillis: change to 64-bit

This commit is contained in:
Triang3l
2019-04-05 13:32:34 +03:00
parent a4a35b4e98
commit 84b8b444cf
3 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ class Clock {
// Host time, in FILETIME format.
static uint64_t QueryHostSystemTime();
// Queries the milliseconds since the host began.
static uint32_t QueryHostUptimeMillis();
static uint64_t QueryHostUptimeMillis();
// Guest time scalar.
static double guest_time_scalar();