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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user