Fix -Wundef warnings due to use of unguarded SDL_THREADS_DISABLED

This commit is contained in:
Anonymous Maarten
2023-03-27 15:07:49 +02:00
parent 93b357a0d2
commit 0c161c1435
10 changed files with 23 additions and 23 deletions

View File

@@ -25,7 +25,7 @@
/* #define DEBUG_TIMERS */
#if !defined(__EMSCRIPTEN__) || !SDL_THREADS_DISABLED
#if !defined(__EMSCRIPTEN__) || !defined(SDL_THREADS_DISABLED)
typedef struct SDL_Timer
{