X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c3a58b249e576b73b01cd74deb1cf879aa6e1975..c220de0b393b5098c705c1a62ef7fc4698e2fa52:/include/wx/encinfo.h?ds=sidebyside diff --git a/include/wx/encinfo.h b/include/wx/encinfo.h index 27550701f4..b35acb1a65 100644 --- a/include/wx/encinfo.h +++ b/include/wx/encinfo.h @@ -32,7 +32,7 @@ // to create a font of non-standard encoding (like KOI8) under Windows - the // facename specifies the encoding then) -struct WXDLLEXPORT wxNativeEncodingInfo +struct WXDLLIMPEXP_CORE wxNativeEncodingInfo { wxString facename; // may be empty meaning "any" #ifndef __WXPALMOS__