comparison include/SDL_config_wiz.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 15eea7a1fa97
children 1e74d7984d0b
comparison
equal deleted inserted replaced
3646:88235d40b135 3647:c5925cd41955
25 25
26 /* This is a set of defines to configure the SDL features */ 26 /* This is a set of defines to configure the SDL features */
27 27
28 /* General platform specific identifiers */ 28 /* General platform specific identifiers */
29 #include "SDL_platform.h" 29 #include "SDL_platform.h"
30
31 /* SDL internal assertion support */
32 #define SDL_ASSERT_LEVEL 1
30 33
31 /* Make sure that this isn't included by Visual C++ */ 34 /* Make sure that this isn't included by Visual C++ */
32 #ifdef _MSC_VER 35 #ifdef _MSC_VER
33 #error You should copy include/SDL_config.h.default to include/SDL_config.h 36 #error You should copy include/SDL_config.h.default to include/SDL_config.h
34 #endif 37 #endif