From 0cf93f0ca314c999b9fe6c8de429ede6a1a57d01 Mon Sep 17 00:00:00 2001 From: Edward Rudd <urkle@outoforder.cc> Date: Tue, 09 Apr 2019 02:18:44 +0000 Subject: [PATCH] update to SDL2 2.0.9 --- include/SDL2/SDL_config.h | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/include/SDL2/SDL_config.h b/include/SDL2/SDL_config.h index c37d0b4..af70504 100644 --- a/include/SDL2/SDL_config.h +++ b/include/SDL2/SDL_config.h @@ -19,8 +19,8 @@ 3. This notice may not be removed or altered from any source distribution. */ -#ifndef SDL_config_h -#define SDL_config_h +#ifndef SDL_config_h_ +#define SDL_config_h_ #include "SDL_platform.h" @@ -41,12 +41,14 @@ #include "SDL_config_android.h" #elif defined(__PSP__) #include "SDL_config_psp.h" +#elif defined(__OS2__) +#include "SDL_config_os2.h" #elif defined(__linux__) #include "SDL_config_linux.h" #elif defined(EMSCRIPTEN) #include "SDL_config_emscripten.h" #else -/* This is a minimal configuration just to get SDL running on new platforms */ +/* This is a minimal configuration just to get SDL running on new platforms. */ #include "SDL_config_minimal.h" #endif /* platform config */ @@ -54,4 +56,4 @@ #error Wrong SDL_config.h, check your include path? #endif -#endif /* SDL_config_h */ +#endif /* SDL_config_h_ */ -- Gitblit v1.9.3