X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e90c1d2a19361551eb07778280f22be3e759cf64..a05da1b6827f40c0beb97225e9861356343e196b:/include/wx/strconv.h diff --git a/include/wx/strconv.h b/include/wx/strconv.h index 97239009c4..2b76ae9859 100644 --- a/include/wx/strconv.h +++ b/include/wx/strconv.h @@ -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