1
0
forked from 0ad/0ad

Don't use the special exception handler in debug builds

This was SVN commit r781.
This commit is contained in:
Ykkrosh 2004-07-20 17:20:26 +00:00
parent 1f942c2784
commit db4b5d6ff4

View File

@ -1088,9 +1088,9 @@ static void Frame()
#ifdef _WIN32
// Define/undefine this as desired:
//#ifndef NDEBUG
#ifndef NDEBUG
# define CUSTOM_EXCEPTION_HANDLER
//#endif
#endif
#endif
#ifdef CUSTOM_EXCEPTION_HANDLER