X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eb1d2336944baea1e8b2f5d1ffd1834c8ed55613..cfa822b8f1736a137a4189470ec90f4b95095381:/src/generic/helpwxht.cpp diff --git a/src/generic/helpwxht.cpp b/src/generic/helpwxht.cpp index e18bb0e386..0ee358cc5d 100644 --- a/src/generic/helpwxht.cpp +++ b/src/generic/helpwxht.cpp @@ -277,7 +277,7 @@ wxHelpControllerHtml::DisplayHelp(const wxString &relativeURL) wxString url; wxString mapfileurl = m_MapFile ; -#ifdef __WXMAC__ +#if defined(__WXMAC__) && !defined(__DARWIN__) mapfileurl = wxMac2UnixFilename(m_MapFile) ; #endif url << mapfileurl << SEP<< relativeURL;