]> git.saurik.com Git - wxWidgets.git/commitdiff
added QS_ALLPOSTMESSAGE
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 24 Jun 2002 22:35:40 +0000 (22:35 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 24 Jun 2002 22:35:40 +0000 (22:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/missing.h
src/msw/thread.cpp

index 305910fa64f1fa89a9f2c4b35d952532f8339290..66acdfc7e229341eb65f4bf6b058a8774f83c757 100644 (file)
@@ -180,5 +180,15 @@ struct HH_AKLINK
     BOOL      fIndexOnFail;
 };
 
+
+// ----------------------------------------------------------------------------
+// Misc stuff
+// ----------------------------------------------------------------------------
+
+#ifndef QS_ALLPOSTMESSAGE
+    #define QS_ALLPOSTMESSAGE    0x0100
+#endif
+
+
 #endif
     // _WX_MISSING_H_
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
 // ----------------------------------------------------------------------------