X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e146b8c8bf449e2264ac3edc6a0228585c619dd1..bd9d76cbe57fdebdcf9a362e6f92f0a5ad0584a0:/src/msw/data.cpp diff --git a/src/msw/data.cpp b/src/msw/data.cpp index e8302954e7..450f97e1a3 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