From 03715438eb3d56600ab3cba83fd43bc145978a4b Mon Sep 17 00:00:00 2001 From: Ove Kaaven Date: Thu, 15 Apr 1999 16:02:13 +0000 Subject: [PATCH] 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 --- src/common/string.cpp | 2 ++ 1 file changed, 2 insertions(+) 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) { -- 2.47.2