Răsfoiți Sursa

Fixed build on various platforms

Sam Lantinga 8 ani în urmă
părinte
comite
37696150e2
1 a modificat fișierele cu 1 adăugiri și 5 ștergeri
  1. 1 5
      src/SDL_internal.h

+ 1 - 5
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"