]> git.saurik.com Git - wxWidgets.git/commitdiff
use Unix raise for wxTrap when compiling with Apple DevTools
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Mon, 5 Nov 2001 21:01:46 +0000 (21:01 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Mon, 5 Nov 2001 21:01:46 +0000 (21:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/appcmn.cpp

index af586d4f31787f2493d8ef98a9eaf033afd46849..49c21fe4693de9d9a9eb7c003f9c412f90ddbbfa 100644 (file)
@@ -325,7 +325,7 @@ void wxTrap()
 {
 #if defined(__WXMSW__) && !defined(__WXMICROWIN__)
     DebugBreak();
-#elif defined(__WXMAC__)
+#elif defined(__WXMAC__) && !defined(__DARWIN__)
 #if __powerc
     Debugger();
 #else