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
This commit is contained in:
Włodzimierz Skiba
2005-04-01 14:46:16 +00:00
parent 0f5d8ecf34
commit 1c04f04b46

View File

@@ -462,9 +462,7 @@ WXDLLIMPEXP_BASE wxFileKind wxGetFileKind(int fd);
WXDLLIMPEXP_BASE wxFileKind wxGetFileKind(FILE *fp); WXDLLIMPEXP_BASE wxFileKind wxGetFileKind(FILE *fp);
// compatibility defines, don't use in new code // compatibility defines, don't use in new code
#if WXWIN_COMPATIBILITY_2_4 #define wxDirExists wxPathExists
#define wxDirExists wxPathExists
#endif
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// separators in file names // separators in file names