X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/11c7d5b6d1cb54d5ffdc11d8ff092b41e225bfb6..0f8df1b95c1dc5cc633fb2fd1127bd28028896f7:/include/wx/fontutil.h diff --git a/include/wx/fontutil.h b/include/wx/fontutil.h index 9c114c9b6a..6eb762401d 100644 --- a/include/wx/fontutil.h +++ b/include/wx/fontutil.h @@ -49,11 +49,12 @@ // to create a font of non-standard encoding (like KOI8) under Windows - the // facename specifies the encoding then) -struct wxNativeEncodingInfo +struct WXDLLEXPORT wxNativeEncodingInfo { wxString facename; // may be empty meaning "any" + wxFontEncoding encoding; // so that we know what this struct represents -#if defined(__WXMSW__) +#if defined(__WXMSW__) || defined(__WXPM__) || defined(__WXMAC__) wxNativeEncodingInfo() { charset = 0; /* ANSI_CHARSET */ } int charset;