mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-20 15:29:46 +00:00
Fix various #if defineds
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user