X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c3a58b249e576b73b01cd74deb1cf879aa6e1975..153107b4021fe0e6c3ad2ed510d3225f138eee83:/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__