git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11517
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#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.
#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.