]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/data.cpp
More key event work. Added SetDetectableAutoRepeat.
[wxWidgets.git] / src / msw / data.cpp
index e8302954e763b8de7940a5189486d290747beab0..450f97e1a3aa0293f83994cf07d3c326adb6bab4 100644 (file)
@@ -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