X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c3a58b249e576b73b01cd74deb1cf879aa6e1975..f32eb96401af815f5662b715330802c2e6bfa452:/include/wx/encinfo.h 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__