Mac and Linux SDL2 binary snapshots
Edward Rudd
2019-04-09 0cf93f0ca314c999b9fe6c8de429ede6a1a57d01
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_ */