]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/utils.cpp
removed useless files
[wxWidgets.git] / src / mac / carbon / utils.cpp
index 96e20cfc3d9a42d6da920a578e10d8e54d9c796e..e490ce4583ae7f6e934ba46af29eb78a628459e4 100644 (file)
 #include <string.h>
 #include <stdarg.h>
 
-#include "morefile.h"
-#include "moreextr.h"
+#ifndef __DARWIN__
+  #include "MoreFiles.h"
+  #include "MoreFilesExtras.h"
+#endif
 
 #ifndef __DARWIN__
 // defined in unix/utilsunx.cpp for Mac OS X
@@ -347,6 +349,7 @@ char *wxGetUserHome (const wxString& user)
 }
 #endif
 
+#ifndef __DARWIN__
 bool wxGetDiskSpace(const wxString& path, wxLongLong *pTotal, wxLongLong *pFree)
 {
     if ( path.empty() )
@@ -380,6 +383,7 @@ bool wxGetDiskSpace(const wxString& path, wxLongLong *pTotal, wxLongLong *pFree)
 
     return err == noErr ;
 }
+#endif
 
 // Check whether this window wants to process messages, e.g. Stop button
 // in long calculations.