From: Vadim Zeitlin Date: Tue, 18 Jan 2005 13:36:58 +0000 (+0000) Subject: reverted last commit, do this check in wx/chkconf.h instead X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/738cadd897a67c92fc67c7aa84511cb2fb1f5839?ds=inline reverted last commit, do this check in wx/chkconf.h instead git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 173497a55b..88699aa4e5 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -1120,13 +1120,6 @@ // 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 // ----------------------------------------------------------------------------