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
This commit is contained in:
Ove Kaaven 1999-04-15 16:02:13 +00:00
parent 69e15b78af
commit 03715438eb

View File

@ -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)
{