]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/helpchm.cpp
Send all menu item actions to a dedicated target. This is to ensure
[wxWidgets.git] / src / msw / helpchm.cpp
index cf90de12e9d5d94d44e3e58690e60cb25ca8dc91..902829aca03321c310f11ab131f96dc961d1f637 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "helpchm.h"
 #endif
 
@@ -25,7 +25,7 @@
 #include "wx/filefn.h"
 #include "wx/msw/helpchm.h"
 
-#include "wx/dynlib.h"
+#include "wx/dynload.h"
 
 #ifndef WX_PRECOMP
     #include "wx/intl.h"