wxw[msw]: disable wxUSE_DBGHELP (issue 7591)
This commit is contained in:
parent
c251311b02
commit
80642a944d
|
@ -1663,6 +1663,8 @@
|
||||||
//
|
//
|
||||||
// Recommended setting: 1, set to 0 if your programs never crash
|
// Recommended setting: 1, set to 0 if your programs never crash
|
||||||
#define wxUSE_CRASHREPORT 0
|
#define wxUSE_CRASHREPORT 0
|
||||||
|
|
||||||
|
#define wxUSE_DBGHELP 0
|
||||||
/* --- end MSW options --- */
|
/* --- end MSW options --- */
|
||||||
|
|
||||||
#endif // _WX_SETUP_H_
|
#endif // _WX_SETUP_H_
|
||||||
|
|
Loading…
Reference in New Issue