X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d56e2b972fcf1c8948d65242a697c77a004972a6..17271c793e0d938dc4a189b540b6438ce1839230:/src/common/filename.cpp diff --git a/src/common/filename.cpp b/src/common/filename.cpp index ec00ae7bed..38f20fee49 100644 --- a/src/common/filename.cpp +++ b/src/common/filename.cpp @@ -811,7 +811,7 @@ wxPathFormat wxFileName::GetFormat( wxPathFormat format ) { #if defined(__WXMSW__) || defined(__WXPM__) format = wxPATH_DOS; -#elif defined(__WXMAC__) +#elif defined(__WXMAC__) && !defined(__DARWIN__) format = wxPATH_MAC; #else format = wxPATH_UNIX;