From 854fce33a7e7be4ad6f3deead47d969db0767aba Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 24 Sep 2015 14:35:00 +0200 Subject: [PATCH] Don't disable wxUSE_CRASHREPORT in Win64 builds Creating minidumps works in 64 bit builds since quite some time (see 603c73dbba59abf6cad3897d8cbbbb3b518a9440), so there is no reason to forcefully disable it any more. Closes #17162. --- include/wx/msw/chkconf.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/include/wx/msw/chkconf.h b/include/wx/msw/chkconf.h index f83d387b15..f3d0b0f8ea 100644 --- a/include/wx/msw/chkconf.h +++ b/include/wx/msw/chkconf.h @@ -180,17 +180,6 @@ # endif #endif -/* - Win64-specific checks. - */ -#ifdef __WIN64__ -# if wxUSE_STACKWALKER -# undef wxUSE_CRASHREPORT -# define wxUSE_CRASHREPORT 0 -# endif -#endif /* __WIN64__ */ - - /* Compiler-specific checks. */