X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7826e2dd838d59c6a8061b4fdd9f7326a6e06de3..403603f74f05f55d2194b4874b04f46ae7e07da4:/include/wx/fontenc.h diff --git a/include/wx/fontenc.h b/include/wx/fontenc.h index 4af4ca20d2..4494b6dea0 100644 --- a/include/wx/fontenc.h +++ b/include/wx/fontenc.h @@ -74,6 +74,8 @@ enum wxFontEncoding // types // ---------------------------------------------------------------------------- +#if wxUSE_GUI + // This private structure specifies all the parameters needed to create a font // with the given encoding on this platform. // @@ -110,4 +112,6 @@ struct WXDLLEXPORT wxNativeEncodingInfo wxString ToString() const; }; +#endif // wxUSE_GUI + #endif // _WX_FONTENC_H_