X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a28b4703b556ea7354c8c0b1a0ce3f48b416c131..b63178102175bec0fbc7d905567edaf1822cd238:/include/wx/univ/setup0.h diff --git a/include/wx/univ/setup0.h b/include/wx/univ/setup0.h index e292046e4e..1d0839a68f 100644 --- a/include/wx/univ/setup0.h +++ b/include/wx/univ/setup0.h @@ -1021,7 +1021,7 @@ #define wxODBC_FWD_ONLY_CURSORS 0 // Default is 0. Set to 1 to use the deprecated classes, enum types, function, -// member variables. With a setting of 1, full backward compatability with the +// member variables. With a setting of 1, full backward compatibility with the // 2.0.x release is possible. It is STRONGLY recommended that this be set to 0, // as future development will be done only on the non-deprecated // functions/classes/member variables/etc. @@ -1161,6 +1161,14 @@ // Recommended setting: 1, set to 0 for a small library size reduction #define wxUSE_OWNER_DRAWN 0 +// Set this to 1 to be able to use wxCrashReport::Generate() to create mini +// dumps of your program when it crashes (or at any other moment) +// +// Default is 1 if supported by the compiler (VC++ and recent BC++ only). +// +// Recommended setting: 1, set to 0 if your programs never crash +#define wxUSE_CRASHREPORT 1 + #endif // ----------------------------------------------------------------------------