]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/helpxxxx.cpp
hide the MDI parent frame instead of just moving it away (why didn't I do it like...
[wxWidgets.git] / src / mac / carbon / helpxxxx.cpp
index f41727e61b661f78ece72e15c30a1fd960361ace..a20dae3dcfddbe3da3aca4def096e2247183a3e0 100644 (file)
@@ -9,17 +9,17 @@
 // Licence:       wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "helpxxxx.h"
 #endif
 
+#include "wx/wxprec.h"
+
 #include "wx/stubs/helpxxxx.h"
 
 #include <string.h>
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxXXXXHelpController, wxHelpControllerBase)
-#endif
 
 wxXXXXHelpController::wxXXXXHelpController()
 {
@@ -62,7 +62,8 @@ bool wxXXXXHelpController::DisplayBlock(long block)
     return FALSE;
 }
 
-bool wxXXXXHelpController::KeywordSearch(const wxString& k)
+bool wxXXXXHelpController::KeywordSearch(const wxString& k,
+                                         wxHelpSearchMode WXUNUSED(mode))
 {
     if (m_helpFile == "") return FALSE;