Module: wine Branch: master Commit: eaaae516956d5b39a798a6506442186120746a9b URL: https://gitlab.winehq.org/wine/wine/-/commit/eaaae516956d5b39a798a6506442186...
Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Mon Oct 24 15:58:01 2022 +0300
mshtml: Move the IHTMLDocument2 interface out of basedoc.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
---
dlls/mshtml/htmldoc.c | 532 +++++++++++++++++++++---------------------- dlls/mshtml/htmlelem.c | 2 +- dlls/mshtml/htmlframe.c | 6 +- dlls/mshtml/htmlnode.c | 2 +- dlls/mshtml/htmlwindow.c | 2 +- dlls/mshtml/mshtml_private.h | 3 +- dlls/mshtml/oleobj.c | 319 ++++++++++++++++++++++++++ dlls/mshtml/script.c | 2 +- dlls/mshtml/service.c | 4 +- dlls/mshtml/view.c | 2 +- 10 files changed, 594 insertions(+), 280 deletions(-)