]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/setup0.h
fixed typo in testing whether wxUSE_NATIVE_STATUSBAR should be set to 0
[wxWidgets.git] / include / wx / mac / setup0.h
index a91a4067f6576b7bd3ed02fe855b4c9fd4cbaa8f..ebe106942545381f7537667d7d60eeab411a1b48 100644 (file)
     #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
+// trace when your program crashes using wxStackWalker
+//
+// Default is 1 if supported by the compiler.
+//
+// Recommended setting: 1, set to 0 if your programs never crash
+#define wxUSE_STACKWALKER 1
+
 // ----------------------------------------------------------------------------
 // Unicode support
 // ----------------------------------------------------------------------------
 
     #undef wxUSE_STD_IOSTREAM
     #define wxUSE_STD_IOSTREAM  1
+
+    #undef wxUSE_STACKWALKER
+    #define wxUSE_STACKWALKER 0
 #endif
 
 // things not implemented under Mac