X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bedaf53eaf4e2a860b34d4ff5e0b1928ce8fa5c9..dbcbe229628c7667da2b6257198467d4f09ab28d:/src/mac/dirmac.cpp diff --git a/src/mac/dirmac.cpp b/src/mac/dirmac.cpp index 2a3e4c7221..36835cd68c 100644 --- a/src/mac/dirmac.cpp +++ b/src/mac/dirmac.cpp @@ -36,11 +36,11 @@ #include "wx/dir.h" #include "wx/filefn.h" // for wxPathExists() -#ifndef __WXMAC_X__ +#ifndef __DARWIN__ #include #endif -#if defined(__WXMAC__) && !defined(__UNIX__) +#ifndef __DARWIN__ #include "morefile.h" #include "moreextr.h" #include "fullpath.h" @@ -118,7 +118,7 @@ wxDirData::wxDirData(const wxString& dirname) m_CPB.hFileInfo.ioNamePtr = m_name ; m_index = 0 ; -#ifdef __WXMAC_X__ +#ifdef __DARWIN__ // TODO: what are we supposed to do for Mac OS X #else FSpGetDirectoryID( &fsspec , &m_dirId , &m_isDir ) ;