equal
deleted
inserted
replaced
22 |
22 |
23 #ifndef _SDL_config_macosx_h |
23 #ifndef _SDL_config_macosx_h |
24 #define _SDL_config_macosx_h |
24 #define _SDL_config_macosx_h |
25 |
25 |
26 #include "SDL_platform.h" |
26 #include "SDL_platform.h" |
|
27 |
|
28 /* This gets us MAC_OS_X_VERSION_MIN_REQUIRED... */ |
|
29 #include <AvailabilityMacros.h> |
27 |
30 |
28 /* This is a set of defines to configure the SDL features */ |
31 /* This is a set of defines to configure the SDL features */ |
29 |
32 |
30 #define SDL_HAS_64BIT_TYPE 1 |
33 #define SDL_HAS_64BIT_TYPE 1 |
31 |
34 |