#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
// ----------------------------------------------------------------------------