Mercurial > sdl-ios-xcode
comparison include/SDL_config_macosx.h @ 3647:c5925cd41955
First pass at Ryan's assertion code, minor tweaks to come.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 13 Jan 2010 06:47:17 +0000 |
parents | b6758aee0dd4 |
children | 1e74d7984d0b |
comparison
equal
deleted
inserted
replaced
3646:88235d40b135 | 3647:c5925cd41955 |
---|---|
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 |