#include <string.h>
#include <stdarg.h>
-#ifndef __DARWIN__
- #include "MoreFiles.h"
- #include "MoreFilesExtras.h"
-#endif
+#include "MoreFiles.h"
+#include "MoreFilesExtras.h"
#ifndef __DARWIN__
// defined in unix/utilsunx.cpp for Mac OS X
return (wxBusyCursorCount > 0);
}
-#ifndef __DARWIN__
wxString wxMacFindFolder( short vol,
OSType folderType,
Boolean createFolder)
}
return strDir ;
}
-#endif
#ifndef __DARWIN__
char *wxGetUserHome (const wxString& user)
}
#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.