diff options
Diffstat (limited to 'base/time.h')
-rw-r--r-- | base/time.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/time.h b/base/time.h index 539cc14..0f5eb5d 100644 --- a/base/time.h +++ b/base/time.h @@ -259,6 +259,7 @@ class Time { #if defined(OS_WIN) static Time FromFileTime(FILETIME ft); FILETIME ToFileTime() const; + static Time FromLargeInteger(LARGE_INTEGER li); // The minimum time of a low resolution timer. This is basically a windows // constant of ~15.6ms. While it does vary on some older OS versions, we'll |