X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e146b8c8bf449e2264ac3edc6a0228585c619dd1..006162a9e9312a07bb118db7e16d42ffeb110c87:/src/msw/data.cpp diff --git a/src/msw/data.cpp b/src/msw/data.cpp index e8302954e7..dc3a9aa018 100644 --- a/src/msw/data.cpp +++ b/src/msw/data.cpp @@ -39,8 +39,8 @@ wxList WXDLLEXPORT wxPendingDelete; // List of events pending processing #if wxUSE_THREADS -wxList wxPendingEvents; -wxCriticalSection wxPendingEventsLocker; +wxList *wxPendingEvents = NULL; +wxCriticalSection *wxPendingEventsLocker = NULL; #endif // Current cursor, in order to hang on to @@ -669,7 +669,6 @@ END_EVENT_TABLE() BEGIN_EVENT_TABLE(wxTextCtrl, wxControl) EVT_CHAR(wxTextCtrl::OnChar) EVT_DROP_FILES(wxTextCtrl::OnDropFiles) - EVT_ERASE_BACKGROUND(wxTextCtrl::OnEraseBackground) END_EVENT_TABLE() #ifdef __WXMSW__