]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/helpext.cpp
corrected warnings
[wxWidgets.git] / src / generic / helpext.cpp
index 9f165b3a5040ee86a72b2debc39174bfa9d3a414..bfd3efb40390083c2aed79b68afc8601587f1313 100644 (file)
@@ -130,6 +130,7 @@ wxExtHelpController::DisplayHelp(const wxString &relativeURL)
 #else // UNIX
    wxString command;
 
+#ifndef __EMX__
    if(m_BrowserIsNetscape) // try re-loading first
    {
       wxString lockfile;
@@ -155,6 +156,7 @@ wxExtHelpController::DisplayHelp(const wxString &relativeURL)
             return TRUE;
       }
    }
+#endif
    command = m_BrowserName;
    command << wxT(" file://")
            << m_MapFile << WXEXTHELP_SEPARATOR << relativeURL;