X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4a6619bb4c8d90e7acfaf5291e326aa26897caa4..4b17d2e361e22202f7c1be6e0babcc261261d686:/include/wx/msw/missing.h diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index 98112c5640..a249a1df37 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -477,6 +477,10 @@ typedef struct { // Misc stuff // ---------------------------------------------------------------------------- +#ifndef CCM_SETUNICODEFORMAT + #define CCM_SETUNICODEFORMAT 8197 +#endif + #ifndef QS_ALLPOSTMESSAGE #define QS_ALLPOSTMESSAGE 0x0100 #endif @@ -524,6 +528,8 @@ typedef struct { WINCOMMCTRLAPI BOOL WINAPI _TrackMouseEvent(LPTRACKMOUSEEVENT lpEventTrack); + #define CCM_SETUNICODEFORMAT 8197 + #endif // This didn't appear in mingw until 2.95.2 @@ -576,5 +582,14 @@ typedef struct { #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_