use MoreFiles under Mac OS X

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11985 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2001-10-14 08:25:45 +00:00
parent 24fcf68943
commit f4ac069301
3 changed files with 43 additions and 19 deletions

View File

@@ -68,8 +68,8 @@
#endif // __WXPM__
#if defined(__WXMAC__) && !defined(__UNIX__)
#include "moreextr.h"
#if defined(__WXMAC__)
# include "MoreFilesExtras.h"
#endif
#ifdef __BORLANDC__
@@ -598,7 +598,7 @@ void wxGenericDirCtrl::SetupSections()
}
}
#endif
#elif defined(__WXMAC__) && !defined(__UNIX__)
#elif defined(__WXMAC__)
FSSpec volume ;
short index = 1 ;
while(1) {