summaryrefslogtreecommitdiff
path: root/thread_win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'thread_win32.h')
-rw-r--r--thread_win32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/thread_win32.h b/thread_win32.h
index cdcc159b2d..bc8eea7801 100644
--- a/thread_win32.h
+++ b/thread_win32.h
@@ -16,6 +16,8 @@
# undef _WIN32
# endif
+#define USE_VM_CLOCK 1
+
WINBASEAPI BOOL WINAPI
TryEnterCriticalSection(IN OUT LPCRITICAL_SECTION lpCriticalSection);