From: Ove Kaaven Date: Thu, 28 Oct 1999 10:29:51 +0000 (+0000) Subject: wxFNCONV no longer references wxConv in a non-Unicode build X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/80df4d3169daf180af22992d46fcc12b61e4a64a 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 --- 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