mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-22 12:43:16 +00:00
Fix NSTIME_MONOTONIC for win32 implementation
This commit is contained in:
@@ -172,7 +172,7 @@ nstime_ns_since(const nstime_t *past) {
|
||||
}
|
||||
|
||||
#ifdef _WIN32
|
||||
# define NSTIME_MONOTONIC true
|
||||
# define NSTIME_MONOTONIC false
|
||||
static void
|
||||
nstime_get(nstime_t *time) {
|
||||
FILETIME ft;
|
||||
|
||||
Reference in New Issue
Block a user