wxCocoaLaunch is not available under iOS
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user