X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fe5c9b3eaf7ced59c16100d7dc9623dbe269bb02..944b1f5e17a812c33fac433a5fabba088c4c4e79:/include/wx/msw/missing.h?ds=sidebyside diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index 5138801aa3..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