Module: wine Branch: master Commit: 46d4d263ba3de8d96285c4ab065eaccdef36af70 URL: https://gitlab.winehq.org/wine/wine/-/commit/46d4d263ba3de8d96285c4ab065eacc...
Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Tue Oct 25 16:54:02 2022 +0300
mshtml: Get rid of the outer_unk in basedoc.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
---
dlls/mshtml/htmldoc.c | 91 ++++++++++++++++--------------- dlls/mshtml/htmlnode.c | 8 +-- dlls/mshtml/htmlwindow.c | 6 +-- dlls/mshtml/mshtml_private.h | 18 +------ dlls/mshtml/mutation.c | 10 ++-- dlls/mshtml/nsevents.c | 4 +- dlls/mshtml/olecmd.c | 12 ++--- dlls/mshtml/oleobj.c | 126 +++++++++++++++++++++---------------------- dlls/mshtml/persist.c | 72 ++++++++++++------------- dlls/mshtml/script.c | 2 +- dlls/mshtml/service.c | 12 ++--- dlls/mshtml/view.c | 16 +++--- 12 files changed, 180 insertions(+), 197 deletions(-)