Launch Services are not available on iPhone

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2009-09-14 08:38:05 +00:00
parent ade40d72f0
commit 7c38b3a525

View 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