Mercurial > sdl-ios-xcode
comparison include/SDL_config_win32.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 #if defined(__GNUC__) || defined(__DMC__) || defined(__WATCOMC__) | 34 #if defined(__GNUC__) || defined(__DMC__) || defined(__WATCOMC__) |
35 #define HAVE_STDINT_H 1 | 35 #define HAVE_STDINT_H 1 |
36 #elif defined(_MSC_VER) | 36 #elif defined(_MSC_VER) |