X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4055ed8281971e3d35bf04177193c27043d42ed1..d72e4d138a45abaacd77caa6415d51ae02a49df5:/include/wx/encinfo.h diff --git a/include/wx/encinfo.h b/include/wx/encinfo.h index 82d812846d..49f744bd69 100644 --- a/include/wx/encinfo.h +++ b/include/wx/encinfo.h @@ -58,10 +58,12 @@ struct WXDLLEXPORT wxNativeEncodingInfo // seems to be handled internally. #elif defined(__WXMGL__) int mglEncoding; +#elif defined(__WXDFB__) + // DirectFB uses UTF-8 internally, doesn't use font encodings #else #error "Unsupported toolkit" #endif -#endif +#endif // !__WXPALMOS__ // this struct is saved in config by wxFontMapper, so it should know to // serialise itself (implemented in platform-specific code) bool FromString(const wxString& s);