comparison include/SDL_config_nintendods.h @ 3654:336f3df1578d

Allow configure to override assertion settings, but by default this comes from the build optimization level.
author Sam Lantinga <slouken@libsdl.org>
date Wed, 13 Jan 2010 08:06:32 +0000
parents 1e74d7984d0b
children f7b03b6838cb
comparison
equal deleted inserted replaced
3653:1cd9f7117b98 3654:336f3df1578d
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_DEFAULT_ASSERT_LEVEL 1
32 29
33 #if !defined(_STDINT_H_) && (!defined(HAVE_STDINT_H) || !_HAVE_STDINT_H) 30 #if !defined(_STDINT_H_) && (!defined(HAVE_STDINT_H) || !_HAVE_STDINT_H)
34 typedef signed char int8_t; 31 typedef signed char int8_t;
35 typedef unsigned char uint8_t; 32 typedef unsigned char uint8_t;
36 typedef signed short int16_t; 33 typedef signed short int16_t;