X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1357a7dd5c4b56a96f749c4b83f3f646afc18620..2fe0ef8a1e4a61e3baab7f6e512b28543ad4c97c:/src/common/dircmn.cpp diff --git a/src/common/dircmn.cpp b/src/common/dircmn.cpp index ca35534dcf..8591612324 100644 --- a/src/common/dircmn.cpp +++ b/src/common/dircmn.cpp @@ -56,7 +56,7 @@ bool wxDir::HasFiles(const wxString& spec) } // we have a (much) faster version for Unix -#ifndef __UNIX_LIKE__ +#if !defined(__UNIX_LIKE__) || defined(__WXMAC__) bool wxDir::HasSubDirs(const wxString& spec) {