X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5da414766e0bf268e37d566f5ea39dc47adce01c..687b91d266990129fbbb8c21d92fa4298b458352:/include/wx/wxchar.h diff --git a/include/wx/wxchar.h b/include/wx/wxchar.h index 06e5bf61de..81d06ed624 100644 --- a/include/wx/wxchar.h +++ b/include/wx/wxchar.h @@ -329,6 +329,8 @@ #define wxFgetchar _fgettchar #define wxFgets _fgetts #if wxUSE_UNICODE_MSLU + WXDLLIMPEXP_BASE FILE * wxMSLU__tfopen(const wxChar *name, const wxChar *mode); + #define wxFopen wxMSLU__tfopen #else #define wxFopen _tfopen @@ -371,6 +373,9 @@ /* special case: these functions are missing under Win9x with Unicows so we */ /* have to implement them ourselves */ #if wxUSE_UNICODE_MSLU + WXDLLIMPEXP_BASE int wxMSLU__trename(const wxChar *oldname, const wxChar *newname); + WXDLLIMPEXP_BASE int wxMSLU__tremove(const wxChar *name); + #define wxRemove wxMSLU__tremove #define wxRename wxMSLU__trename #else