]> git.saurik.com Git - wxWidgets.git/commitdiff
Add wxUSE_CRASHREPORT
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Sat, 14 May 2005 21:16:45 +0000 (21:16 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Sat, 14 May 2005 21:16:45 +0000 (21:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/univ/setup0.h

index e292046e4ef8b7e545e94bb8ad37d9a4dcdab2bb..118c6721c4b9b223625960e015095b6ea9d509d4 100644 (file)
 // Recommended setting: 1, set to 0 for a small library size reduction
 #define wxUSE_OWNER_DRAWN 0
 
+// Set this to 1 to be able to use wxCrashReport::Generate() to create mini
+// dumps of your program when it crashes (or at any other moment)
+//
+// Default is 1 if supported by the compiler (VC++ and recent BC++ only).
+//
+// Recommended setting: 1, set to 0 if your programs never crash
+#define wxUSE_CRASHREPORT 1
+
 #endif
 
 // ----------------------------------------------------------------------------