]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/missing.h
Add OS/2 to supported instances
[wxWidgets.git] / include / wx / msw / missing.h
index 75f5b5a13c268228f664e11d75d36b1bcf2c7583..ec92260c1ddbb309753a832c504b44e9303b8f7c 100644 (file)
     #define LVS_EX_FULLROWSELECT 0x00000020
 #endif
 
+#ifndef LVS_EX_LABELTIP
+    #define LVS_EX_LABELTIP 0x00004000
+#endif
+
 #ifndef LVS_OWNERDATA
     #define LVS_OWNERDATA 0x1000
 #endif
@@ -197,8 +201,8 @@ typedef struct {
 
 #if (_WIN32_IE >= 0x0300)
 typedef struct tagINITCOMMONCONTROLSEX {
-       DWORD dwSize;
-       DWORD dwICC;
+    DWORD dwSize;
+    DWORD dwICC;
 } INITCOMMONCONTROLSEX,*LPINITCOMMONCONTROLSEX;
 
 #define GDTR_MIN 1
@@ -217,7 +221,7 @@ typedef struct tagINITCOMMONCONTROLSEX {
 #define DTS_APPCANPARSE 16
 #define DTS_RIGHTALIGN 32
 #if ( _WIN32_IE >= 0x500 )
-#define DTS_SHORTDATECENTURYFORMAT     0x000C
+#define DTS_SHORTDATECENTURYFORMAT 0x000C
 #endif /* _WIN32_IE >= 0x500 */
 #endif
 
@@ -236,7 +240,7 @@ typedef struct tagINITCOMMONCONTROLSEX {
 #define DTM_SETSYSTEMTIME 0x1002
 #define DTM_GETRANGE 0x1003
 #define DTM_SETRANGE 0x1004
-#define DTN_DATETIMECHANGE ((UINT)-759) 
+#define DTN_DATETIMECHANGE ((UINT)-759)
 
 #define DateTime_GetMonthCal(hwnd) SNDMSG(hwnd, DTM_GETMONTHCAL, 0, 0)
 #define DateTime_GetMonthCalColor(hwnd, icolor) SNDMSG(hwnd, DTM_GETMONTHCAL, (WPARAM)icolor,0)
@@ -480,6 +484,10 @@ typedef struct {
 
 #endif // !defined(TBIF_SIZE)
 
+#if !defined(TB_SETDISABLEDIMAGELIST)
+    #define TB_SETDISABLEDIMAGELIST (WM_USER + 54)
+#endif // !defined(TB_SETDISABLEDIMAGELIST)
+
 #endif // wxUSE_TOOLBAR
 
 // ----------------------------------------------------------------------------
@@ -636,8 +644,12 @@ typedef struct {
     #define VK_OEM_PERIOD   0xBE
 #endif
 
+#ifndef WM_CONTEXTMENU
+    #define WM_CONTEXTMENU      0x007B
+#endif
+
 #ifndef WM_UPDATEUISTATE
-    #define WM_UPDATEUISTATE    0x128
+    #define WM_UPDATEUISTATE    0x0128
 #endif
 
 #ifndef UIS_INITIALIZE