From: Gilles Depeyrot Date: Tue, 29 Jan 2002 06:57:31 +0000 (+0000) Subject: correction for compilation with Apple DevTools X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ce9766917e1b63b726a1302f78f7127a0107f562 correction for compilation with Apple DevTools git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13904 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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;