]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/helpchm.cpp
ignore hidden buttons when emulating clicks on them
[wxWidgets.git] / src / msw / helpchm.cpp
index 9e8c8846fa3349eeb27e24667291e189e028e233..7fb5d7af50fa78c2be110506899d71e00786d82b 100644 (file)
@@ -33,7 +33,7 @@
 #endif
 
 #include "wx/msw/private.h"
-#include "wx/msw/missing.h"
+#include "wx/msw/htmlhelp.h"
 
 // ----------------------------------------------------------------------------
 // utility functions to manage the loading/unloading
@@ -79,7 +79,7 @@ static bool LoadHtmlHelpLibrary()
 static void UnloadHtmlHelpLibrary()
 {
     if ( gs_htmlHelp )
-    {
+    {          
         if (wxPluginManager::UnloadLibrary( _T("HHCTRL.OCX") ))
             gs_htmlHelp = 0;
     }