Move wxWebViewIE missing definitions to webview_missing.h and add new definitions...
authorSteve Lamerton <steve.lamerton@gmail.com>
Mon, 10 Sep 2012 20:02:58 +0000 (20:02 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Mon, 10 Sep 2012 20:02:58 +0000 (20:02 +0000)
commite52aec972c61d03c631ae46ad676992980978638
tree4ef0f31869210586fce87d20657d83148529c79a
parent2128f218be872ebc581729eaf69c8ea88883b674
Move wxWebViewIE missing definitions to webview_missing.h and add new definitions required for Find.

These are required as some compilers, notably MinGW and VC6, do not include up to date headers. Fixes #14621.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72460 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/wx_core.dsp
build/msw/wx_vc7_core.vcproj
build/msw/wx_vc7_webview.vcproj
build/msw/wx_vc8_core.vcproj
build/msw/wx_vc8_webview.vcproj
build/msw/wx_vc9_core.vcproj
build/msw/wx_vc9_webview.vcproj
build/msw/wx_webview.dsp
include/wx/msw/webview_ie.h
include/wx/msw/webview_missing.h [new file with mode: 0644]
src/msw/webview_ie.cpp