wxGenericDirDialog related corrections for wxMac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2002-01-08 22:05:42 +00:00
parent ed72fbf723
commit 2ed76cd9b7
4 changed files with 8 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ bool wxDir::HasFiles(const wxString& spec)
}
// we have a (much) faster version for Unix
#ifndef __UNIX_LIKE__
#if !defined(__UNIX_LIKE__) || defined(__WXMAC__)
bool wxDir::HasSubDirs(const wxString& spec)
{