]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/missing.h
default style now applies to the text entered by the user as well (patch 574789)
[wxWidgets.git] / include / wx / msw / missing.h
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_