comparison include/SDL_config_nintendods.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
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 29
30 /* SDL internal assertion support */ 30 /* SDL internal assertion support */
31 #define SDL_ASSERT_LEVEL 1 31 #define SDL_DEFAULT_ASSERT_LEVEL 1
32 32
33 #if !defined(_STDINT_H_) && (!defined(HAVE_STDINT_H) || !_HAVE_STDINT_H) 33 #if !defined(_STDINT_H_) && (!defined(HAVE_STDINT_H) || !_HAVE_STDINT_H)
34 typedef signed char int8_t; 34 typedef signed char int8_t;
35 typedef unsigned char uint8_t; 35 typedef unsigned char uint8_t;
36 typedef signed short int16_t; 36 typedef signed short int16_t;