Mac and Linux SDL2 binary snapshots
Edward Rudd
2013-11-05 f435cb278eaf3fef2e790f342d6236141492544c

oops fix SDL config guard

1 files modified
6 ■■■■ changed files
include/SDL2/SDL_config_linux.h 6 ●●●● patch | view | raw | blame | history
include/SDL2/SDL_config_linux.h
@@ -20,8 +20,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_linux_h
#define _SDL_config_linux_h
/**
 *  \file SDL_config.h.in
@@ -319,4 +319,4 @@
#define SDL_ASSEMBLY_ROUTINES 1
/* #undef SDL_ALTIVEC_BLITTERS */
#endif /* _SDL_config_h */
#endif /* _SDL_config_linux_h */