wxUSE_CRASHREPORT/STACKWALKER may be sued without wxUSE_ON_FATAL_EXCEPTION

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31508 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2005-01-20 01:04:42 +00:00
parent da4486fb82
commit e77620e90b

View File

@ -1155,26 +1155,6 @@
# endif # endif
# endif /* wxUSE_DYNAMIC_LOADER */ # 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 */ #endif /* wxMSW */
/* wxMAC-specific dependencies */ /* wxMAC-specific dependencies */