X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/23fbd31a9bfdb14fc7c3406b59fa8141ec68e370..2a039701a8aebaf8eb7e7cbc408dbb994661975f:/include/wx/msw/missing.h?ds=sidebyside diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index 76a3e7a0ab..fe707c2219 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -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_