[PATCH 2/3] mshtml: Added IHTMLDocument7 stub implementation.

Jacek Caban jacek at codeweavers.com
Wed Mar 12 12:36:29 CDT 2014


Due to how tests are written, we need to switch to IWebBrowserPriv2IE9
in the same patch.

---
 dlls/ieframe/ieframe.h       |   2 +-
 dlls/ieframe/navigate.c      | 104 +----
 dlls/mshtml/Makefile.in      |   1 +
 dlls/mshtml/htmldoc.c        |   4 +
 dlls/mshtml/htmldoc7.c       | 939
+++++++++++++++++++++++++++++++++++++++++++
 dlls/mshtml/mshtml_private.h |   2 +
 dlls/mshtml/navigate.c       |   6 +-
 7 files changed, 970 insertions(+), 88 deletions(-)
 create mode 100644 dlls/mshtml/htmldoc7.c


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-mshtml-Added-IHTMLDocument7-stub-implementation.diff
Type: text/x-patch
Size: 41810 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140312/69fdd4dc/attachment-0001.bin>


More information about the wine-patches mailing list