From: Mattia Barbon Date: Sat, 1 May 2004 17:03:19 +0000 (+0000) Subject: MSVC 5 fix. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0c05fdf3570e8066b8a9a16627562e544306a678?ds=inline MSVC 5 fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index fe707c2219..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