Move wxWebView-related definitions to webview_ie.cpp and fix them.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 16 Nov 2011 23:45:22 +0000 (23:45 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 16 Nov 2011 23:45:22 +0000 (23:45 +0000)
commitf559d1a23c71252b698badf63e4685a3abfa1712
treec69d4a04d55febb4e37b176e66731945a160874d
parente901c813367f28340f8f59c069d8005b093332b7
Move wxWebView-related definitions to webview_ie.cpp and fix them.

Ensure that all the GUIDs are defined by including initguid.h to fix linking
error with most versions of MinGW.

Use "wx" prefix to avoid clashes with the standard GUIDs if they do happen to
be defined.

Closes #13645.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/missing.h
include/wx/msw/webview_ie.h
src/msw/webview_ie.cpp