added wxUSE_DEBUGREPORT

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-03-11 00:19:17 +00:00
parent 60b881f7a6
commit 36b6448cc3
6 changed files with 133 additions and 44 deletions

View File

@@ -133,6 +133,16 @@
// Recommended setting: 1, set to 0 if your programs never crash
#define wxUSE_STACKWALKER 1
// Set this to 1 to compile in wxDebugReport class which allows you to create
// and optionally upload to your web site a debug report consisting of back
// trace of the crash (if wxUSE_STACKWALKER == 1) and other information.
//
// Default is 1 if supported by the compiler.
//
// Recommended setting: 1 under Win32, it is not especially useful elsewhere
// currently
#define wxUSE_DEBUGREPORT 1
// ----------------------------------------------------------------------------
// Unicode support
// ----------------------------------------------------------------------------