]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/missing.h
specific workaround for XCODE native
[wxWidgets.git] / include / wx / msw / missing.h
index 76a3e7a0abeec4be322fe8a054cb4c305194c77e..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
@@ -580,5 +582,10 @@ typedef struct {
     #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_