From: Václav Slavík Date: Wed, 4 Sep 2002 22:17:09 +0000 (+0000) Subject: compilation fix for wxUSE_WCHAR_T=0 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c601df457c536b243b4b526b43442fdd1863534f?ds=inline compilation fix for wxUSE_WCHAR_T=0 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/file.h b/include/wx/file.h index 73778df34d..c11ea4d648 100644 --- a/include/wx/file.h +++ b/include/wx/file.h @@ -20,6 +20,7 @@ #ifndef WX_PRECOMP #include "wx/string.h" #include "wx/filefn.h" + #include "wx/strconv.h" #endif #if wxUSE_FILE diff --git a/include/wx/strconv.h b/include/wx/strconv.h index 60aef2c1dd..7b4b2255f3 100644 --- a/include/wx/strconv.h +++ b/include/wx/strconv.h @@ -170,7 +170,7 @@ public: const char* cWX2MB(const char *psz) const { return psz; } }; -WXDLLEXPORT_DATA(extern wxMBConv) wxConvLibc, wxConvFile; +WXDLLEXPORT_DATA(extern wxMBConv) wxConvLibc, wxConvFile, wxConvLocal; WXDLLEXPORT_DATA(extern wxMBConv *) wxConvCurrent; #define wxFNCONV(name) name