1
0
forked from 0ad/0ad

Don't use the special exception handler in debug builds. (This time I think I got it the right way round.)

This was SVN commit r785.
This commit is contained in:
Ykkrosh 2004-07-20 19:45:31 +00:00
parent 939bdae5cb
commit c6e3668009

View File

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