]> git.saurik.com Git - wxWidgets.git/commitdiff
iphone additions
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 11 Jun 2008 16:26:14 +0000 (16:26 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 11 Jun 2008 16:26:14 +0000 (16:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/corefoundation/utilsexc_base.cpp

index 41172aed2ded766d1928cb97b4f7e9a3889fd741..377b2464befe33949d425a92a56f3e2e391bee74 100644 (file)
@@ -33,7 +33,9 @@
 
 // Mac Includes
 #include <CoreFoundation/CoreFoundation.h>
+#ifndef __WXOSX_IPHONE__
 #include <ApplicationServices/ApplicationServices.h>
+#endif
 
 // More WX Includes
 #include "wx/filename.h"