}
else
return true;
+
#elif defined(__WXPM__)
+
wxString url;
url << m_MapFile << '\\' << relativeURL.BeforeFirst('#');
// will have to fix for OS/2, later.....DW
// }
// else
return TRUE;
-#else
- // assume UNIX
+
+#elif defined(__DOS__)
+
+ wxString command;
+ command = m_BrowserName;
+ command << wxT(" file://")
+ << m_MapFile << WXEXTHELP_SEPARATOR << relativeURL;
+ return wxExecute(command) != 0;
+
+#else // UNIX
wxString command;
if(m_BrowserIsNetscape) // try re-loading first