]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/missing.h
Compile fix for eVC++ 4 with PocketPC 2003
[wxWidgets.git] / include / wx / msw / missing.h
index b5123ae57691f551bd256d0f41d465d16b392d94..fe707c22199ce0a93e6f677e5070fdd23aba09ee 100644 (file)
@@ -524,6 +524,8 @@ typedef struct {
 
   WINCOMMCTRLAPI BOOL WINAPI _TrackMouseEvent(LPTRACKMOUSEEVENT lpEventTrack);
 
+  #define CCM_SETUNICODEFORMAT 8197
+  
 #endif
 
 // This didn't appear in mingw until 2.95.2
@@ -560,6 +562,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
+
+// In addition, include stuff not defined in WinCE
+#ifdef __WXWINCE__
+    #include "wx/msw/wince/missing.h"
+#endif
 
 #endif
     // _WX_MISSING_H_