]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/missing.h
added wxCHECK_GCC_VERSION() macro
[wxWidgets.git] / include / wx / msw / missing.h
index 305910fa64f1fa89a9f2c4b35d952532f8339290..fdcff64cc21694303627d0832be32aa01ed8c4fa 100644 (file)
     #define HDM_FIRST 0x1200
 #endif
 
+#ifndef LVCFMT_JUSTIFYMASK
+    #define LVCFMT_JUSTIFYMASK 0x0003
+#endif
+
 // mingw32/cygwin don't have declarations for comctl32.dll 4.70+ stuff
 #ifndef NM_CACHEHINT
     typedef struct tagNMLVCACHEHINT
@@ -180,5 +184,15 @@ struct HH_AKLINK
     BOOL      fIndexOnFail;
 };
 
+
+// ----------------------------------------------------------------------------
+// Misc stuff
+// ----------------------------------------------------------------------------
+
+#ifndef QS_ALLPOSTMESSAGE
+    #define QS_ALLPOSTMESSAGE    0x0100
+#endif
+
+
 #endif
     // _WX_MISSING_H_