]> git.saurik.com Git - wxWidgets.git/commitdiff
Added missing wxUSE_CRASHREPORT
authorJulian Smart <julian@anthemion.co.uk>
Fri, 13 May 2005 11:40:50 +0000 (11:40 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 13 May 2005 11:40:50 +0000 (11:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34043 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/wince/setup.h

index 5cd390dfd4486561ae5e410eecc4928efae2c59e..b6e424dbccd11bb1273dab039cff9276b8cbd9c1 100644 (file)
 #define wxUSE_UXTHEME 0
 #define wxUSE_UXTHEME_AUTO 0
 
+// ----------------------------------------------------------------------------
+// Crash debugging helpers
+// ----------------------------------------------------------------------------
+
+// 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 0
+
 // ----------------------------------------------------------------------------
 // obsolete MSW settings, don't change
 // ----------------------------------------------------------------------------