]> git.saurik.com Git - wxWidgets.git/commitdiff
Launch Services are not available on iPhone
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 14 Sep 2009 08:38:05 +0000 (08:38 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 14 Sep 2009 08:38:05 +0000 (08:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/core/utilsexc_base.cpp

index ee0a74873957a5f5764fe8161e23ff7b41b6ef8a..e3e9f996bc387f131cc45a9d1fb6f568e81dc0c2 100644 (file)
@@ -101,8 +101,6 @@ wxString wxGetOsDescription()
             wxString::FromAscii(name.machine).c_str());
 }
 
-#endif // wxOSX_USE_COCOA_OR_CARBON
-
 //===========================================================================
 //  IMPLEMENTATION
 //===========================================================================
@@ -286,3 +284,4 @@ bool wxMacLaunch(char **argv)
     return true ;
 }
 
+#endif // wxOSX_USE_COCOA_OR_CARBON