comparison include/SDL_config_win32.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 7f743e9b0b5b
children 1e74d7984d0b
comparison
equal deleted inserted replaced
3646:88235d40b135 3647:c5925cd41955
24 #define _SDL_config_win32_h 24 #define _SDL_config_win32_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 #if defined(__GNUC__) || defined(__DMC__) || defined(__WATCOMC__) 34 #if defined(__GNUC__) || defined(__DMC__) || defined(__WATCOMC__)
32 #define HAVE_STDINT_H 1 35 #define HAVE_STDINT_H 1
33 #elif defined(_MSC_VER) 36 #elif defined(_MSC_VER)