X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/92622ef4c2162596f543d304059375552db5c313..e1bdd5078c90d3813a815fc86ee3dd050b2ee1d3:/src/mac/utils.cpp diff --git a/src/mac/utils.cpp b/src/mac/utils.cpp index e490ce4583..56c404aa99 100644 --- a/src/mac/utils.cpp +++ b/src/mac/utils.cpp @@ -27,10 +27,8 @@ #include #include -#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 @@ -320,7 +318,6 @@ bool wxIsBusy() return (wxBusyCursorCount > 0); } -#ifndef __DARWIN__ wxString wxMacFindFolder( short vol, OSType folderType, Boolean createFolder) @@ -339,7 +336,6 @@ wxString wxMacFindFolder( short vol, } return strDir ; } -#endif #ifndef __DARWIN__ char *wxGetUserHome (const wxString& user) @@ -349,7 +345,6 @@ char *wxGetUserHome (const wxString& user) } #endif -#ifndef __DARWIN__ bool wxGetDiskSpace(const wxString& path, wxLongLong *pTotal, wxLongLong *pFree) { if ( path.empty() ) @@ -383,7 +378,6 @@ 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.