X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/706e740f5025073df75acbb8ed115f4898696f70..6a4cbac17af82fdf6b8220b309da74b735d616fb:/include/wx/fontutil.h diff --git a/include/wx/fontutil.h b/include/wx/fontutil.h index e07b2eafe8..9cfb7d51f7 100644 --- a/include/wx/fontutil.h +++ b/include/wx/fontutil.h @@ -26,8 +26,8 @@ #include "wx/msw/wrapwin.h" #endif -class WXDLLIMPEXP_BASE wxArrayString; -struct WXDLLEXPORT wxNativeEncodingInfo; +class WXDLLIMPEXP_FWD_BASE wxArrayString; +struct WXDLLIMPEXP_FWD_CORE wxNativeEncodingInfo; #if defined(_WX_X_FONTLIKE) @@ -239,12 +239,4 @@ extern bool wxTestFontEncoding(const wxNativeEncodingInfo& info); #include "wx/unix/fontutil.h" #endif // X || GDK -// ---------------------------------------------------------------------------- -// font-related functions (MGL) -// ---------------------------------------------------------------------------- - -#ifdef __WXMGL__ - #include "wx/mgl/fontutil.h" -#endif // __WXMGL__ - #endif // _WX_FONTUTIL_H_