Fix -Wundef warnings due to disabling SDL_LIBC

This commit is contained in:
Anonymous Maarten
2023-03-27 19:41:37 +02:00
parent b29a5bcbb6
commit 9bf8fbbba4
6 changed files with 7 additions and 5 deletions

View File

@@ -20,6 +20,7 @@
#ifdef SDL_DYNAMIC_API
#undef SDL_DYNAMIC_API
#endif
#define SDL_DYNAMIC_API 0
#include "../src/SDL_internal.h"