diff options
Diffstat (limited to 'tests/platform.c')
| -rw-r--r-- | tests/platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/platform.c b/tests/platform.c index 7bf1d0d1..0ac881d6 100644 --- a/tests/platform.c +++ b/tests/platform.c @@ -19,7 +19,7 @@ uint64_t getms(void) { #ifdef _WIN32 - return (GetTickCount()) ; + return (GetTickCount64()) ; #else static time_t epoch; struct timeval tv; |
