diff options
Diffstat (limited to 'windows/sleep.c')
-rw-r--r-- | windows/sleep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/sleep.c b/windows/sleep.c index 214d6d622a..b8f0a2e9b0 100644 --- a/windows/sleep.c +++ b/windows/sleep.c @@ -31,7 +31,7 @@ HANDLE waitTimer = NULL; void init_sleep(void) { - waitTimer = CreateWaitableTimer(NULL, TRUE, NULL); + waitTimer = CreateWaitableTimer(NULL, TRUE, NULL); } void deinit_sleep(void) { |