wxCocoaLaunch is not available under iOS
This commit is contained in:
parent
902a2f0885
commit
2790b3cb29
@ -205,6 +205,8 @@ bool wxDateTime::GetFirstWeekDay(wxDateTime::WeekDay *firstDay)
|
|||||||
}
|
}
|
||||||
#endif // wxUSE_DATETIME
|
#endif // wxUSE_DATETIME
|
||||||
|
|
||||||
|
#ifndef __WXOSX_IPHONE__
|
||||||
|
|
||||||
bool wxCocoaLaunch(const char* const* argv, pid_t &pid)
|
bool wxCocoaLaunch(const char* const* argv, pid_t &pid)
|
||||||
{
|
{
|
||||||
// If there is not a single argument then there is no application
|
// 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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user