X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/23fbd31a9bfdb14fc7c3406b59fa8141ec68e370..85f6b408dfd796805b1c43718e69549506353ca7:/include/wx/msw/missing.h diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index 76a3e7a0ab..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 @@ -580,5 +584,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_