X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7beba2fc73283f5b750227459da57e66bcd475f5..6308151359ba88ae05d8d61ad82adf6d51c19fc0:/include/wx/fontutil.h diff --git a/include/wx/fontutil.h b/include/wx/fontutil.h index a6b149d018..de51565a22 100644 --- a/include/wx/fontutil.h +++ b/include/wx/fontutil.h @@ -49,11 +49,13 @@ // 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; #elif defined(_WX_X_FONTLIKE) wxString xregistry,