]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/thread.cpp
fixed bug due to which all items in a virtual control stayed sometimes selected even...
[wxWidgets.git] / src / msw / thread.cpp
index 27ab6169991fb67d815ed6c156ec275dd0af439e..d93d017704c2d27c7abe938b44eee16dd8d89bc1 100644 (file)
@@ -32,6 +32,7 @@
 #if wxUSE_THREADS
 
 #include "wx/msw/private.h"
+#include "wx/msw/missing.h"
 
 #include "wx/module.h"
 #include "wx/thread.h"
     #define THREAD_CALLCONV WINAPI
 #endif
 
-// the old mingw32 headers don't have this one
-#ifndef QS_ALLPOSTMESSAGE
-    #define QS_ALLPOSTMESSAGE 0x0100
-#endif
-
 // ----------------------------------------------------------------------------
 // constants
 // ----------------------------------------------------------------------------