git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59091
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// If they are pending events, we must process them.
//
if (wxTheApp)
+ {
wxTheApp->ProcessPendingEvents();
-
- HandleSockets();
+ wxTheApp->HandleSockets();
+ }
//
// Let the logs be flashed again
#ifndef WX_PRECOMP
#include "wx/utils.h"
#include "wx/msgdlg.h"
+ #include "wx/filename.h"
#include "wx/intl.h"
#include "wx/log.h"
#include "wx/app.h"
);
} // end of wxRegion::wxRegion
-wxRegion::wxRegion(size_t n, const wxPoint *points, int WXUNUSED(fillStyle))
+wxRegion::wxRegion(size_t n, const wxPoint *points, wxPolygonFillMode WXUNUSED(fillStyle))
{
// TO DO
}