]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/helpwin.cpp
Changes for 16-bit BC++ (not there yet), GnuWin32; typetest sample
[wxWidgets.git] / src / msw / helpwin.cpp
index dab0ab53960ee64c02b1ce3b349167729725059a..e761c09d457b7e8a4e17f50c40b4e2033790e644 100644 (file)
 
 #include "wx/msw/helpwin.h"
 
 
 #include "wx/msw/helpwin.h"
 
-#if USE_HELP
+#if wxUSE_HELP
 #include <time.h>
 
 #include <time.h>
 
-#ifdef __WINDOWS__
+#ifdef __WXMSW__
 #include <wx/msw/private.h>
 #endif
 
 #include <wx/msw/private.h>
 #endif
 
@@ -54,7 +54,7 @@ wxWinHelpController::~wxWinHelpController(void)
 {
 }
 
 {
 }
 
-bool wxWinHelpController::Initialize(const wxString& filename, int server)
+bool wxWinHelpController::Initialize(const wxString& filename)
 {
   m_helpFile = filename;
   return TRUE;
 {
   m_helpFile = filename;
   return TRUE;
@@ -145,4 +145,4 @@ void wxWinHelpController::OnQuit(void)
 {
 }
 
 {
 }
 
-#endif // USE_HELP
+#endif // wxUSE_HELP