wxFNCONV no longer references wxConv in a non-Unicode build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4238 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
345b024712
commit
80df4d3169
@ -149,7 +149,7 @@ WXDLLEXPORT_DATA(extern wxMBConv *) wxConvCurrent;
|
||||
#define wxMBFILES 0
|
||||
#endif
|
||||
|
||||
#if wxMBFILES
|
||||
#if wxMBFILES && wxUSE_UNICODE
|
||||
#define wxFNCONV(name) wxConvFile.cWX2MB(name)
|
||||
#define wxFNSTRINGCAST wxMBSTRINGCAST
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user