equal
deleted
inserted
replaced
25 |
25 |
26 #include "SDL_platform.h" |
26 #include "SDL_platform.h" |
27 |
27 |
28 /* This gets us MAC_OS_X_VERSION_MIN_REQUIRED... */ |
28 /* This gets us MAC_OS_X_VERSION_MIN_REQUIRED... */ |
29 #include <AvailabilityMacros.h> |
29 #include <AvailabilityMacros.h> |
|
30 |
|
31 /* SDL internal assertion support */ |
|
32 #define SDL_ASSERT_LEVEL 1 |
30 |
33 |
31 /* This is a set of defines to configure the SDL features */ |
34 /* This is a set of defines to configure the SDL features */ |
32 |
35 |
33 #ifdef __LP64__ |
36 #ifdef __LP64__ |
34 #define SIZEOF_VOIDP 8 |
37 #define SIZEOF_VOIDP 8 |