mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-23 03:52:12 -04:00
initialize hTimer
This commit is contained in:
parent
154ccf8849
commit
ff65fd60b8
@ -148,6 +148,7 @@ void I_InitTimer(void)
|
||||
|
||||
#ifdef _WIN32
|
||||
// Create an unnamed waitable timer.
|
||||
hTimer = NULL;
|
||||
#ifdef HAVE_HIGH_RES_TIMER
|
||||
hTimer = CreateWaitableTimerEx(NULL, NULL,
|
||||
CREATE_WAITABLE_TIMER_MANUAL_RESET
|
||||
|
Loading…
x
Reference in New Issue
Block a user