From: Gilles Depeyrot Date: Mon, 5 Nov 2001 21:01:46 +0000 (+0000) Subject: use Unix raise for wxTrap when compiling with Apple DevTools X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c31ad41d80a54677b6a3100b77b9747f6bad7d65 use Unix raise for wxTrap when compiling with Apple DevTools git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/appcmn.cpp b/src/common/appcmn.cpp index af586d4f31..49c21fe469 100644 --- a/src/common/appcmn.cpp +++ b/src/common/appcmn.cpp @@ -325,7 +325,7 @@ void wxTrap() { #if defined(__WXMSW__) && !defined(__WXMICROWIN__) DebugBreak(); -#elif defined(__WXMAC__) +#elif defined(__WXMAC__) && !defined(__DARWIN__) #if __powerc Debugger(); #else