comparison include/SDL_config_nintendods.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
24 #define _SDL_config_nintendods_h 24 #define _SDL_config_nintendods_h
25 25
26 #include "SDL_platform.h" 26 #include "SDL_platform.h"
27 27
28 /* This is a set of defines to configure the SDL features */ 28 /* This is a set of defines to configure the SDL features */
29
30 /* SDL internal assertion support */
31 #define SDL_ASSERT_LEVEL 1
29 32
30 #if !defined(_STDINT_H_) && (!defined(HAVE_STDINT_H) || !_HAVE_STDINT_H) 33 #if !defined(_STDINT_H_) && (!defined(HAVE_STDINT_H) || !_HAVE_STDINT_H)
31 typedef signed char int8_t; 34 typedef signed char int8_t;
32 typedef unsigned char uint8_t; 35 typedef unsigned char uint8_t;
33 typedef signed short int16_t; 36 typedef signed short int16_t;