]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/missing.h
Added wxToggleBitmapButton (it compiles).
[wxWidgets.git] / include / wx / msw / missing.h
index b5123ae57691f551bd256d0f41d465d16b392d94..e4ca8641b59657603395eb3f4147b6eaf8571f20 100644 (file)
@@ -560,6 +560,30 @@ typedef struct {
     #define VK_OEM_PERIOD   0xBE
 #endif
 
+#ifndef WM_UPDATEUISTATE
+    #define WM_UPDATEUISTATE    0x128
+#endif
+
+#ifndef UIS_INITIALIZE
+    #define UIS_INITIALIZE  3
+#endif
+
+#ifndef UISF_HIDEFOCUS
+    #define UISF_HIDEFOCUS  1
+#endif
+
+#ifndef UISF_HIDEACCEL
+    #define UISF_HIDEACCEL 2
+#endif
+
+#ifndef WC_NO_BEST_FIT_CHARS
+    #define WC_NO_BEST_FIT_CHARS 0x400
+#endif
+
+// Not in WinCE
+#ifndef HGDI_ERROR
+#define HGDI_ERROR ((HANDLE)(0xFFFFFFFFL))
+#endif
 
 #endif
     // _WX_MISSING_H_