X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9802983f157c32177e92e8c0f6b1ce44aec0ebca..d11e8786ed13b72766eea18cb577cc00f9f08f41:/include/wx/filefn.h diff --git a/include/wx/filefn.h b/include/wx/filefn.h index 280a1ffbed..1d0b0bac66 100644 --- a/include/wx/filefn.h +++ b/include/wx/filefn.h @@ -150,7 +150,7 @@ enum wxFileKind wxFileOffset wxSeek(int fd, wxFileOffset offset, int origin); #define wxLSeek wxSeek wxFileOffset wxTell(int fd); - + // always Unicode under WinCE #define wxMkDir _wmkdir #define wxRmDir _wrmdir @@ -462,7 +462,9 @@ WXDLLIMPEXP_BASE wxFileKind wxGetFileKind(int fd); WXDLLIMPEXP_BASE wxFileKind wxGetFileKind(FILE *fp); // compatibility defines, don't use in new code -#define wxDirExists wxPathExists +#if WXWIN_COMPATIBILITY_2_4 + #define wxDirExists wxPathExists +#endif // ---------------------------------------------------------------------------- // separators in file names