]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/encinfo.h
adjust the toolbar tools bitmap size to fit the biggest bitmap used under wxOSX too...
[wxWidgets.git] / include / wx / encinfo.h
index 27550701f46db3c37a3339fe3833e03571cf778f..b35acb1a652743c0434b645cab587c8eb243d625 100644 (file)
@@ -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__