]> git.saurik.com Git - wxWidgets.git/commitdiff
reverted last commit, do this check in wx/chkconf.h instead
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 18 Jan 2005 13:36:58 +0000 (13:36 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 18 Jan 2005 13:36:58 +0000 (13:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/setup0.h

index 173497a55b69a598d11d6e4477cb95d20198dda8..88699aa4e5a28507e300272012a40b4a1643c3a6 100644 (file)
 // Recommended setting: 1, set to 0 if your programs never crash
 #define wxUSE_STACKWALKER 1
 
-#if !wxUSE_ON_FATAL_EXCEPTION
-    #undef wxUSE_CRASHREPORT
-    #define wxUSE_CRASHREPORT 0
-    #undef wxUSE_STACKWALKER
-    #define wxUSE_STACKWALKER 0
-#endif
-
 // ----------------------------------------------------------------------------
 // obsolete settings
 // ----------------------------------------------------------------------------