From 102b87c250b9b64c064a097aada35eadce4fb268 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Wed, 20 Apr 2005 04:37:14 +0000 Subject: [PATCH] stackwalker does not exist for Mac git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/setup0.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/mac/setup0.h b/include/wx/mac/setup0.h index 129a7c997a..179122ea6d 100644 --- a/include/wx/mac/setup0.h +++ b/include/wx/mac/setup0.h @@ -131,7 +131,7 @@ // Default is 1 if supported by the compiler. // // Recommended setting: 1, set to 0 if your programs never crash -#define wxUSE_STACKWALKER 1 +#define wxUSE_STACKWALKER 0 // 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 -- 2.45.2