]> git.saurik.com Git - wxWidgets.git/commitdiff
Do not break checking whether dir exists for given path.
authorWłodzimierz Skiba <abx@abx.art.pl>
Fri, 1 Apr 2005 14:46:16 +0000 (14:46 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Fri, 1 Apr 2005 14:46:16 +0000 (14:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/filefn.h

index 1d0b0bac66b16d93980fe1b7fd0dc1c95eec69dc..d1a8a27b65767d6c779a234134291666fcd86700 100644 (file)
@@ -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