]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/missing.h
WinCE build fix according to eVC3 and eVC4 SDKs.
[wxWidgets.git] / include / wx / msw / missing.h
index cbedea9379eb1112db4a9e3190425d689c2f3f74..fda8af03a7fc21117db0840c86243fb8c9097ed6 100644 (file)
     #define WM_UPDATEUISTATE    0x0128
 #endif
 
+#ifndef WM_CHANGEUISTATE
+    #define WM_CHANGEUISTATE    0x0127
+#endif
+
 #ifndef WM_PRINTCLIENT
     #define WM_PRINTCLIENT 0x318
 #endif
 
 // Needed by toplevel.cpp
-#ifndef UIS_INITIALIZE
+#ifndef UIS_SET
+    #define UIS_SET         1
+    #define UIS_CLEAR       2
     #define UIS_INITIALIZE  3
 #endif