The config sets the default assertion level so people can override it for their own use in application code.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404400
This commit is contained in:
Sam Lantinga 2010-01-13 07:25:28 +00:00
parent 0dcf321953
commit e50ab3b341
11 changed files with 16 additions and 20 deletions

View file

@ -163,7 +163,7 @@
#endif /* HAVE_LIBC */
/* SDL internal assertion support */
#undef SDL_ASSERT_LEVEL
#undef SDL_DEFAULT_ASSERT_LEVEL
/* Allow disabling of core subsystems */
#undef SDL_AUDIO_DISABLED