]> git.saurik.com Git - wxWidgets.git/commitdiff
adapting to new platform constants
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 6 Sep 2008 16:29:11 +0000 (16:29 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 6 Sep 2008 16:29:11 +0000 (16:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/defs.h

index 41b87639d55d82a97c8e9857aebd8ddbe9e5f3e3..d9aad8ce61b3d6732d66e6fc0d4c8bf5a49bff65 100644 (file)
@@ -36,7 +36,9 @@
          !defined(__WXPALMOS__)&& \
          !defined(__WXGTK__)   && \
          !defined(__WXPM__)    && \
-         !defined(__WXMAC__)   && \
+         !defined(__WXOSX_CARBON__)   && \
+         !defined(__WXOSX_COCOA__)   && \
+         !defined(__WXOSX_IPHONE__)   && \
          !defined(__WXCOCOA__) && \
          !defined(__X__)       && \
          !defined(__WXMGL__)   && \