diff 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
line wrap: on
line diff
--- a/include/SDL_config_wiz.h	Wed Jan 13 06:39:44 2010 +0000
+++ b/include/SDL_config_wiz.h	Wed Jan 13 06:47:17 2010 +0000
@@ -28,6 +28,9 @@
 /* General platform specific identifiers */
 #include "SDL_platform.h"
 
+/* SDL internal assertion support */
+#define SDL_ASSERT_LEVEL 1
+
 /* Make sure that this isn't included by Visual C++ */
 #ifdef _MSC_VER
 #error You should copy include/SDL_config.h.default to include/SDL_config.h