]> git.saurik.com Git - wxWidgets.git/commitdiff
wxUSE_CRASHREPORT/STACKWALKER may be sued without wxUSE_ON_FATAL_EXCEPTION
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 20 Jan 2005 01:04:42 +0000 (01:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 20 Jan 2005 01:04:42 +0000 (01:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31508 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/chkconf.h

index 5c62297ac1b6a83094686aa8246e8e1c13e66a93..2cb52f978ae0efdfc49cd53a85d15f0d4810fba4 100644 (file)
 #       endif
 #   endif  /* wxUSE_DYNAMIC_LOADER */
 
-#   if !wxUSE_ON_FATAL_EXCEPTION
-#       if wxUSE_CRASHREPORT
-#           ifdef wxABORT_ON_CONFIG_ERROR
-#               error "wxUSE_CRASHREPORT requires wxUSE_ON_FATAL_EXCEPTION"
-#           else
-#               undef wxUSE_CRASHREPORT
-#               define wxUSE_CRASHREPORT 0
-#           endif
-#       endif
-
-#       if wxUSE_STACKWALKER
-#           ifdef wxABORT_ON_CONFIG_ERROR
-#               error "wxUSE_STACKWALKER requires wxUSE_ON_FATAL_EXCEPTION"
-#           else
-#               undef wxUSE_STACKWALKER
-#               define wxUSE_STACKWALKER 0
-#           endif
-#       endif
-#   endif /* wxUSE_ON_FATAL_EXCEPTION */
-
 #endif /* wxMSW */
 
 /* wxMAC-specific dependencies */