[PATCH 3/5] ieframe: Added IHTMLWindow2 stub implementation

Jacek Caban jacek at codeweavers.com
Fri Jan 6 05:59:58 CST 2012


mshtml/ieframe separation is ugly designed. ieframe needs its own 
IHTMLWindow2 wrapper-like implementation.
---
  dlls/ieframe/Makefile.in |    1 +
  dlls/ieframe/dochost.c   |    1 +
  dlls/ieframe/ie.c        |    6 +
  dlls/ieframe/ieframe.h   |    8 +
  dlls/ieframe/iehtmlwnd.c |  690 
++++++++++++++++++++++++++++++++++++++++++++++
  5 files changed, 706 insertions(+), 0 deletions(-)
  create mode 100644 dlls/ieframe/iehtmlwnd.c


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-ieframe-Added-IHTMLWindow2-stub-implementation.diff
Type: text/x-patch
Size: 24698 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20120106/2cdb29c3/attachment-0001.bin>


More information about the wine-patches mailing list