X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/11c7d5b6d1cb54d5ffdc11d8ff092b41e225bfb6..0148fe1e2a2ea076bcd7a647c0b7946de0e0f990:/include/wx/fontutil.h?ds=inline diff --git a/include/wx/fontutil.h b/include/wx/fontutil.h index 9c114c9b6a..de51565a22 100644 --- a/include/wx/fontutil.h +++ b/include/wx/fontutil.h @@ -49,11 +49,11 @@ // 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" -#if defined(__WXMSW__) +#if defined(__WXMSW__) || defined(__WXPM__) || defined(__WXMAC__) wxNativeEncodingInfo() { charset = 0; /* ANSI_CHARSET */ } int charset;