Mercurial > sdl-ios-xcode
comparison include/SDL_config_pandora.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 | 15eea7a1fa97 |
children | 1e74d7984d0b |
comparison
equal
deleted
inserted
replaced
3646:88235d40b135 | 3647:c5925cd41955 |
---|---|
25 | 25 |
26 /* This is a set of defines to configure the SDL features */ | 26 /* This is a set of defines to configure the SDL features */ |
27 | 27 |
28 /* General platform specific identifiers */ | 28 /* General platform specific identifiers */ |
29 #include "SDL_platform.h" | 29 #include "SDL_platform.h" |
30 | |
31 /* SDL internal assertion support */ | |
32 #define SDL_ASSERT_LEVEL 1 | |
30 | 33 |
31 #define SDL_HAS_64BIT_TYPE 1 | 34 #define SDL_HAS_64BIT_TYPE 1 |
32 #define SDL_BYTEORDER 1234 | 35 #define SDL_BYTEORDER 1234 |
33 | 36 |
34 #define HAVE_ALLOCA_H 1 | 37 #define HAVE_ALLOCA_H 1 |