wxCocoaLaunch is not available under iOS

This commit is contained in:
Stefan Csomor 2020-04-07 12:02:52 +02:00
parent 902a2f0885
commit 2790b3cb29

View File

@ -205,6 +205,8 @@ bool wxDateTime::GetFirstWeekDay(wxDateTime::WeekDay *firstDay)
}
#endif // wxUSE_DATETIME
#ifndef __WXOSX_IPHONE__
bool wxCocoaLaunch(const char* const* argv, pid_t &pid)
{
// If there is not a single argument then there is no application
@ -328,3 +330,5 @@ bool wxCocoaLaunch(const char* const* argv, pid_t &pid)
}
return true;
}
#endif