From: Václav Slavík Date: Tue, 12 Jun 2007 17:08:23 +0000 (+0000) Subject: wxUSE_UNICODE_MSLU compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a007b626a76dfab3b5a83565bb7eae1cae57e18f wxUSE_UNICODE_MSLU compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/wxcrtbase.h b/include/wx/wxcrtbase.h index 3307319f27..ec38214dfc 100644 --- a/include/wx/wxcrtbase.h +++ b/include/wx/wxcrtbase.h @@ -428,6 +428,7 @@ WXDLLIMPEXP_BASE wchar_t *wxCRT_StrtokW(wchar_t *psz, const wchar_t *delim, wcha WXDLLIMPEXP_BASE int wxMSLU__wrename(const wchar_t *oldname, const wchar_t *newname); WXDLLIMPEXP_BASE int wxMSLU__wremove(const wchar_t *name); #define wxCRT_Fopen wxMSLU__wfopen + #define wxCRT_Freopen wxMSLU__wfreopen #define wxCRT_Remove wxMSLU__wremove #define wxCRT_Rename wxMSLU__wrename #else