]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/wince/helpwce.cpp
do take the toolbar into account for Windows CE, otherwise the menus overlap with...
[wxWidgets.git] / src / msw / wince / helpwce.cpp
index 89bd93bb30b246423e46a781d0ee49a12187e84c..904d4dba72a6d43ccdf93c531c593975f170b449 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "helpwce.h"
 #endif
 
     #pragma implementation "helpwce.h"
 #endif
 
@@ -79,7 +79,8 @@ bool wxWinceHelpController::DisplayBlock(long block)
     return TRUE;
 }
 
     return TRUE;
 }
 
-bool wxWinceHelpController::KeywordSearch(const wxString& k)
+bool wxWinceHelpController::KeywordSearch(const wxString& k,
+                               wxHelpSearchMode mode)
 {
     return TRUE;
 }
 {
     return TRUE;
 }