Make wxConvFile wxConvLibc.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2005-02-11 18:31:01 +00:00
parent 0827d10be2
commit 2e5c710e90

View File

@@ -213,7 +213,7 @@ private:
#ifdef __WXOSX__
#define wxConvFile wxConvUTF8
#else
#define wxConvFile wxConvLocal
#define wxConvFile wxConvLibc
#endif
extern WXDLLIMPEXP_DATA_BASE(wxCSConv&) wxConvLocal;