fixing iPhone build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -302,6 +302,7 @@ bool wxCFEventLoop::Pending() const
|
|||||||
|
|
||||||
int wxCFEventLoop::DoProcessEvents()
|
int wxCFEventLoop::DoProcessEvents()
|
||||||
{
|
{
|
||||||
|
#if wxUSE_UIACTIONSIMULATOR
|
||||||
if ( m_shouldWaitForEvent )
|
if ( m_shouldWaitForEvent )
|
||||||
{
|
{
|
||||||
int handled = DispatchTimeout( 1000 );
|
int handled = DispatchTimeout( 1000 );
|
||||||
@@ -310,6 +311,7 @@ int wxCFEventLoop::DoProcessEvents()
|
|||||||
return handled;
|
return handled;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
#endif
|
||||||
return DispatchTimeout( 0 );
|
return DispatchTimeout( 0 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user