]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/missing.h
Added SetSheetStyle to property sheet dialog to allow specification
[wxWidgets.git] / include / wx / msw / missing.h
index a27be621c674d1b547b9a06cff783d8e6f13f683..1702717ce4fb660122793c82b059d347ebcd90ee 100644 (file)
     #define WM_UPDATEUISTATE    0x0128
 #endif
 
+#ifndef WM_CHANGEUISTATE
+    #define WM_CHANGEUISTATE    0x0127
+#endif
+
 #ifndef WM_PRINTCLIENT
     #define WM_PRINTCLIENT 0x318
 #endif
     #define LVS_EX_LABELTIP 0x00004000
 #endif
 
+#ifndef LVS_EX_SUBITEMIMAGES
+    #define LVS_EX_SUBITEMIMAGES 0x00000002
+#endif
+
  /*
   * In addition to the above, the following are required for several compilers.
   */