changeset 3647 | c5925cd41955 |
parent 3581 | 15eea7a1fa97 |
child 3649 | 1e74d7984d0b |
1.1 --- a/include/SDL_config_wiz.h Wed Jan 13 06:39:44 2010 +0000 1.2 +++ b/include/SDL_config_wiz.h Wed Jan 13 06:47:17 2010 +0000 1.3 @@ -28,6 +28,9 @@ 1.4 /* General platform specific identifiers */ 1.5 #include "SDL_platform.h" 1.6 1.7 +/* SDL internal assertion support */ 1.8 +#define SDL_ASSERT_LEVEL 1 1.9 + 1.10 /* Make sure that this isn't included by Visual C++ */ 1.11 #ifdef _MSC_VER 1.12 #error You should copy include/SDL_config.h.default to include/SDL_config.h