Fix NSTIME_MONOTONIC for win32 implementation

This commit is contained in:
Burton Li 2024-07-01 15:49:58 -07:00 committed by Qi Wang
parent bc32ddff2d
commit 8dc97b1108

View file

@ -172,7 +172,7 @@ nstime_ns_since(const nstime_t *past) {
} }
#ifdef _WIN32 #ifdef _WIN32
# define NSTIME_MONOTONIC true # define NSTIME_MONOTONIC false
static void static void
nstime_get(nstime_t *time) { nstime_get(nstime_t *time) {
FILETIME ft; FILETIME ft;