corrections to directory management for Mac OS X
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
226ee02213
commit
a694a0c6c4
@ -67,7 +67,7 @@
|
||||
|
||||
#endif // __WXPM__
|
||||
|
||||
#ifdef __WXMAC__
|
||||
#if defined(__WXMAC__) && !defined(__UNIX__)
|
||||
#include "moreextr.h"
|
||||
#endif
|
||||
|
||||
@ -597,7 +597,7 @@ void wxGenericDirCtrl::SetupSections()
|
||||
}
|
||||
}
|
||||
#endif
|
||||
#elif defined(__WXMAC__)
|
||||
#elif defined(__WXMAC__) && !defined(__UNIX__)
|
||||
FSSpec volume ;
|
||||
short index = 1 ;
|
||||
while(1) {
|
||||
|
Loading…
Reference in New Issue
Block a user