From 37696150e2dfab68c62dd3ca0c85de2fe8cb604c Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 11 Nov 2016 13:47:40 -0800 Subject: [PATCH] Fixed build on various platforms --- src/SDL_internal.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/SDL_internal.h b/src/SDL_internal.h index e3083fe727998..026ebb0bdeb10 100644 --- a/src/SDL_internal.h +++ b/src/SDL_internal.h @@ -21,13 +21,9 @@ #ifndef _SDL_internal_h #define _SDL_internal_h -/* Many of SDL's features require _GNU_SOURCE on various platforms - You can turn this off if necessary by using -D_GNU_SOURCE=0 - */ +/* Many of SDL's features require _GNU_SOURCE on various platforms */ #ifndef _GNU_SOURCE #define _GNU_SOURCE -#elif !_GNU_SOURCE -#undef _GNU_SOURCE #endif #include "dynapi/SDL_dynapi.h"