From: Stefan Csomor Date: Mon, 14 Sep 2009 08:38:05 +0000 (+0000) Subject: Launch Services are not available on iPhone X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7c38b3a52544f873a2b01bb1dc9825966886adc9 Launch Services are not available on iPhone git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/osx/core/utilsexc_base.cpp b/src/osx/core/utilsexc_base.cpp index ee0a748739..e3e9f996bc 100644 --- a/src/osx/core/utilsexc_base.cpp +++ b/src/osx/core/utilsexc_base.cpp @@ -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