X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/db60d56c591aabadb073ec18d146427a9933d6ee..2c990ba6d4f88e18e6666f61efe55c7a8b5cc948:/include/wx/msw/missing.h diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index fe707c2219..04ef9d8298 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,8 +528,6 @@ typedef struct { WINCOMMCTRLAPI BOOL WINAPI _TrackMouseEvent(LPTRACKMOUSEEVENT lpEventTrack); - #define CCM_SETUNICODEFORMAT 8197 - #endif // This didn't appear in mingw until 2.95.2