mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-12 23:04:40 +02:00
Fix -Wundef warnings due to use of unguarded SDL_THREADS_DISABLED
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
/* #define DEBUG_TIMERS */
|
||||
|
||||
#if !defined(__EMSCRIPTEN__) || !SDL_THREADS_DISABLED
|
||||
#if !defined(__EMSCRIPTEN__) || !defined(SDL_THREADS_DISABLED)
|
||||
|
||||
typedef struct SDL_Timer
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user