Fix various #if defineds

This commit is contained in:
L zard
2024-11-02 16:47:44 +01:00
committed by Sam Lantinga
parent f2b7495adc
commit c2508d5d99
3 changed files with 3 additions and 3 deletions

View File

@@ -533,7 +533,7 @@ bool SDL_RemoveTimer(SDL_TimerID id)
}
}
#endif // !defined(SDL_PLATFORM_EMSCRIPTEN) || !SDL_THREADS_DISABLED
#endif // !SDL_PLATFORM_EMSCRIPTEN || !SDL_THREADS_DISABLED
static Uint64 tick_start;
static Uint32 tick_numerator_ns;