Forráskód Böngészése

Need SDL_stdinc.h for _SDL_HAS_BUILTIN

Sam Lantinga 3 éve
szülő
commit
e97b506242
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      include/SDL_assert.h

+ 1 - 1
include/SDL_assert.h

@@ -22,7 +22,7 @@
 #ifndef SDL_assert_h_
 #define SDL_assert_h_
 
-#include "SDL_config.h"
+#include "SDL_stdinc.h"
 
 #include "begin_code.h"
 /* Set up for C function definitions, even when using C++ */