X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d56e2b972fcf1c8948d65242a697c77a004972a6..d9f7f49ea3aca3e0e0beafe648a61e6606e37663:/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;