From 1eb6a6d37ca126feed40db263fbca9e07d1ac3a0 Mon Sep 17 00:00:00 2001 From: Edward Rudd <urkle@outoforder.cc> Date: Sun, 19 Aug 2018 21:54:43 +0000 Subject: [PATCH] update mac lib to 2.0.8 --- include/SDL2/SDL_config.h | 12 +++++------- 1 files changed, 5 insertions(+), 7 deletions(-) diff --git a/include/SDL2/SDL_config.h b/include/SDL2/SDL_config.h index 66b821f..c37d0b4 100644 --- a/include/SDL2/SDL_config.h +++ b/include/SDL2/SDL_config.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2016 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -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" @@ -29,9 +29,7 @@ */ /* Add any platform that doesn't build using the configure system. */ -#ifdef USING_PREMAKE_CONFIG_H -#include "SDL_config_premake.h" -#elif defined(__WIN32__) +#if defined(__WIN32__) #include "SDL_config_windows.h" #elif defined(__WINRT__) #include "SDL_config_winrt.h" @@ -56,4 +54,4 @@ #error Wrong SDL_config.h, check your include path? #endif -#endif /* _SDL_config_h */ +#endif /* SDL_config_h */ -- Gitblit v1.9.3