From: Vadim Zeitlin Date: Wed, 23 Feb 2005 16:46:01 +0000 (+0000) Subject: removed checks for compilers supporting wxUSE_ON_FATAL_EXCEPTION, it's in wx/chkconf... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/622c5145868017d50b47e812d9f30ade57da289d?ds=inline removed checks for compilers supporting wxUSE_ON_FATAL_EXCEPTION, it's in wx/chkconf.h now git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/setup_inc.h b/include/wx/setup_inc.h index 259291a630..1953d03cf7 100644 --- a/include/wx/setup_inc.h +++ b/include/wx/setup_inc.h @@ -105,12 +105,7 @@ // Default is 1 // // Recommended setting: 1 if your compiler supports it. -#if defined(_MSC_VER) || \ - (defined(__BORLANDC__) && __BORLANDC__ >= 0x0550) - #define wxUSE_ON_FATAL_EXCEPTION 1 -#else - #define wxUSE_ON_FATAL_EXCEPTION 0 -#endif +#define wxUSE_ON_FATAL_EXCEPTION 1 // Set this to 1 to be able to generate a human-readable (unlike // machine-readable minidumop created by wxCrashReport::Generate()) stack back