]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/setup0.h
I'm assuming this was meant to be included
[wxWidgets.git] / include / wx / mac / setup0.h
index cb0d271e0c26da9e50a7a21f21f132020ac9189a..a2db640a3cc5a8cbc39b6adbc657a4578468c4ba 100644 (file)
 // Default is 1
 //
 // Recommended setting: 1 if your compiler supports it.
-#define wxUSE_ON_FATAL_EXCEPTION 1
+#if defined(_MSC_VER) || \
+    (defined(__BORLANDC__) && __BORLANDC__ >= 0x0550)
+    #define wxUSE_ON_FATAL_EXCEPTION 1
+#else
+    #define wxUSE_ON_FATAL_EXCEPTION 0
+#endif
 
 // Set this to 1 to be able to generate a human-readable (unlike
 // machine-readable minidumop created by wxCrashReport::Generate()) stack back