correction for compilation with Apple DevTools

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13904 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot 2002-01-29 06:57:31 +00:00
parent 2b7cd5325b
commit ce9766917e

View File

@ -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;