]> git.saurik.com Git - wxWidgets.git/commitdiff
correction for compilation with Apple DevTools
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Tue, 29 Jan 2002 06:57:31 +0000 (06:57 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Tue, 29 Jan 2002 06:57:31 +0000 (06:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13904 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/helpwxht.cpp

index e18bb0e386cb3e4ef39bc443d1a52b232f4979a3..0ee358cc5d350438540aa32f2824b76510b993a6 100644 (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;