Various compilation fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59091 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -402,9 +402,10 @@ bool wxGUIEventLoop::YieldFor(long eventsToProcess)
|
||||
// If they are pending events, we must process them.
|
||||
//
|
||||
if (wxTheApp)
|
||||
{
|
||||
wxTheApp->ProcessPendingEvents();
|
||||
|
||||
HandleSockets();
|
||||
wxTheApp->HandleSockets();
|
||||
}
|
||||
|
||||
//
|
||||
// Let the logs be flashed again
|
||||
|
||||
Reference in New Issue
Block a user