From 1c04f04b46b183955c1b8d7ad8809872da81fa2c Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Fri, 1 Apr 2005 14:46:16 +0000 Subject: [PATCH] Do not break checking whether dir exists for given path. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/filefn.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/wx/filefn.h b/include/wx/filefn.h index 1d0b0bac66..d1a8a27b65 100644 --- a/include/wx/filefn.h +++ b/include/wx/filefn.h @@ -462,9 +462,7 @@ WXDLLIMPEXP_BASE wxFileKind wxGetFileKind(int fd); WXDLLIMPEXP_BASE wxFileKind wxGetFileKind(FILE *fp); // compatibility defines, don't use in new code -#if WXWIN_COMPATIBILITY_2_4 - #define wxDirExists wxPathExists -#endif +#define wxDirExists wxPathExists // ---------------------------------------------------------------------------- // separators in file names -- 2.49.0