Mercurial > sdl-ios-xcode
diff 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 |
line wrap: on
line diff
--- a/include/SDL_config_win32.h Wed Jan 13 06:39:44 2010 +0000 +++ b/include/SDL_config_win32.h Wed Jan 13 06:47:17 2010 +0000 @@ -27,6 +27,9 @@ /* This is a set of defines to configure the SDL features */ +/* SDL internal assertion support */ +#define SDL_ASSERT_LEVEL 1 + #if !defined(_STDINT_H_) && (!defined(HAVE_STDINT_H) || !_HAVE_STDINT_H) #if defined(__GNUC__) || defined(__DMC__) || defined(__WATCOMC__) #define HAVE_STDINT_H 1