]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/setup_inc.h
added missing virtual dtors to base classes (patch 1150945)
[wxWidgets.git] / include / wx / setup_inc.h
index 259291a63014fbb9cbb60f335c9c8dad2a936156..1953d03cf7f06976d8691387601c02adac7022e5 100644 (file)
 // 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