#include <string.h>
#include <stdarg.h>
-#include "morefile.h"
-#include "moreextr.h"
+#ifndef __DARWIN__
+# include "morefile.h"
+# include "moreextr.h"
+#endif
#ifndef __DARWIN__
// defined in unix/utilsunx.cpp for Mac OS X
}
#endif
+#ifndef __DARWIN__
bool wxGetDiskSpace(const wxString& path, wxLongLong *pTotal, wxLongLong *pFree)
{
if ( path.empty() )
return err == noErr ;
}
+#endif
// Check whether this window wants to process messages, e.g. Stop button
// in long calculations.