git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15950
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
BOOL fIndexOnFail;
};
+
+// ----------------------------------------------------------------------------
+// Misc stuff
+// ----------------------------------------------------------------------------
+
+#ifndef QS_ALLPOSTMESSAGE
+ #define QS_ALLPOSTMESSAGE 0x0100
+#endif
+
+
#endif
// _WX_MISSING_H_
#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
// ----------------------------------------------------------------------------