From: Ove Kaaven Date: Thu, 15 Apr 1999 16:02:13 +0000 (+0000) Subject: Right-o, wxConv_local does cause some weird crashes, but things X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/03715438eb3d56600ab3cba83fd43bc145978a4b?ds=inline Right-o, wxConv_local does cause some weird crashes, but things appears to work without right now, so I #if-ed it out for now. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2184 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/string.cpp b/src/common/string.cpp index ba38f0559a..3a3b470d62 100644 --- a/src/common/string.cpp +++ b/src/common/string.cpp @@ -2010,7 +2010,9 @@ static wxCharacterSet *wxFindCharacterSet(const wxString& charset) return (wxCharacterSet *)NULL; } +#if wxUSE_UNICODE WXDLLEXPORT_DATA(wxCSConv) wxConv_local((const wxChar *)NULL); +#endif wxCSConv::wxCSConv(const wxChar *charset) {