From 6cbe14ba98ea3f5564aa1b6564563c52558ff153 Mon Sep 17 00:00:00 2001 From: Ryan Norton Date: Sat, 26 Feb 2005 11:30:55 +0000 Subject: [PATCH] guess it wasn't git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/setup0.h | 7 +------ include/wx/msw/setup0.h | 7 +------ include/wx/setup_inc.h | 7 +------ 3 files changed, 3 insertions(+), 18 deletions(-) diff --git a/include/wx/mac/setup0.h b/include/wx/mac/setup0.h index a2db640a3c..cb0d271e0c 100644 --- a/include/wx/mac/setup0.h +++ b/include/wx/mac/setup0.h @@ -121,12 +121,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 diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index ee73cbb7d6..fd814ff1c9 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -120,12 +120,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 diff --git a/include/wx/setup_inc.h b/include/wx/setup_inc.h index 996845a9fb..d05c40db5f 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 -- 2.47.2