comparison include/SDL_config_minimal.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
32 */ 32 */
33 33
34 #include <stdarg.h> 34 #include <stdarg.h>
35 35
36 /* SDL internal assertion support */ 36 /* SDL internal assertion support */
37 #define SDL_ASSERT_LEVEL 1 37 #define SDL_DEFAULT_ASSERT_LEVEL 1
38 38
39 #if !defined(_STDINT_H_) && (!defined(HAVE_STDINT_H) || !_HAVE_STDINT_H) 39 #if !defined(_STDINT_H_) && (!defined(HAVE_STDINT_H) || !_HAVE_STDINT_H)
40 typedef signed char int8_t; 40 typedef signed char int8_t;
41 typedef unsigned char uint8_t; 41 typedef unsigned char uint8_t;
42 typedef signed short int16_t; 42 typedef signed short int16_t;