]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/missing.h
replaced c_str() with mb_str() to fix compilation after c_str() changes
[wxWidgets.git] / include / wx / msw / missing.h
index 7b27e678273f1e156b197d575724546b4b1a3cb9..89bcfa15c8b99988bc2938342231ead44e63f9b2 100644 (file)
 #define LWA_ALPHA 2
 #endif
 
+#ifndef QS_ALLPOSTMESSAGE
+#define QS_ALLPOSTMESSAGE 0
+#endif
+
 /*
  * The following are required for VC++ 5 when the PSDK is not available.
  */
@@ -235,6 +239,10 @@ typedef struct wxtagNMLVCUSTOMDRAW_ {
 #define CCS_VERT                0x00000080L
 #endif
 
+#if !defined(CCS_RIGHT)
+#define CCS_RIGHT               (CCS_VERT|CCS_BOTTOM)
+#endif
+
 #if !defined(TB_SETDISABLEDIMAGELIST)
     #define TB_SETDISABLEDIMAGELIST (WM_USER + 54)
 #endif // !defined(TB_SETDISABLEDIMAGELIST)