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