Fix compilation of wxWebView under mingw by adding missing definitions and dynamically loading urlmon.

Fixes #13509

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69209 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Steve Lamerton
2011-09-28 14:54:56 +00:00
parent 5223261db4
commit e924e848f7
3 changed files with 136 additions and 12 deletions

View File

@@ -18,6 +18,7 @@
#include "wx/webview.h"
#include "wx/msw/ole/automtn.h"
#include "wx/msw/ole/activex.h"
#include "wx/msw/missing.h"
#include "wx/sharedptr.h"
#include "wx/vector.h"