X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ade35f11fe3931202fb44a08c7fcdd56751ff20d..761df41e86ceeed56d32c038a6c9f88554d4f47a:/include/wx/filefn.h diff --git a/include/wx/filefn.h b/include/wx/filefn.h index e076faacfc..b235f2b1dc 100644 --- a/include/wx/filefn.h +++ b/include/wx/filefn.h @@ -80,7 +80,11 @@ WXDLLEXPORT_DATA(extern const wxChar*) wxEmptyString; #define wxTell _tell #if wxUSE_UNICODE - #define wxOpen _wopen + #if wxUSE_UNICODE_MSLU + WXDLLEXPORT int wxOpen(const wxChar *name, int flags, int mode); + #else + #define wxOpen _wopen + #endif #define wxAccess _waccess #define wxMkDir _wmkdir