comparison include/SDL_config_iphoneos.h @ 3649:1e74d7984d0b

The config sets the default assertion level so people can override it for their own use in application code.
author Sam Lantinga <slouken@libsdl.org>
date Wed, 13 Jan 2010 07:25:28 +0000
parents c5925cd41955
children 336f3df1578d
comparison
equal deleted inserted replaced
3648:a9d830c05998 3649:1e74d7984d0b
24 #define _SDL_config_iphoneos_h 24 #define _SDL_config_iphoneos_h
25 25
26 #include "SDL_platform.h" 26 #include "SDL_platform.h"
27 27
28 /* SDL internal assertion support */ 28 /* SDL internal assertion support */
29 #define SDL_ASSERT_LEVEL 1 29 #define SDL_DEFAULT_ASSERT_LEVEL 1
30 30
31 #if !defined(_STDINT_H_) && (!defined(HAVE_STDINT_H) || !_HAVE_STDINT_H) 31 #if !defined(_STDINT_H_) && (!defined(HAVE_STDINT_H) || !_HAVE_STDINT_H)
32 typedef signed char int8_t; 32 typedef signed char int8_t;
33 typedef unsigned char uint8_t; 33 typedef unsigned char uint8_t;
34 typedef signed short int16_t; 34 typedef signed short int16_t;