]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appcmn.cpp
bug fix for using multiline string (i.e. with embedded '\n's) in wxTextCtrl ctor
[wxWidgets.git] / 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