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:
@@ -149,7 +149,7 @@ WXDLLEXPORT_DATA(extern wxMBConv *) wxConvCurrent;
|
|||||||
#define wxMBFILES 0
|
#define wxMBFILES 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if wxMBFILES
|
#if wxMBFILES && wxUSE_UNICODE
|
||||||
#define wxFNCONV(name) wxConvFile.cWX2MB(name)
|
#define wxFNCONV(name) wxConvFile.cWX2MB(name)
|
||||||
#define wxFNSTRINGCAST wxMBSTRINGCAST
|
#define wxFNSTRINGCAST wxMBSTRINGCAST
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user