Module: wine Branch: master Commit: c72686aec8872cf8d60eb6aefd32ef553ea155a9 URL: https://gitlab.winehq.org/wine/wine/-/commit/c72686aec8872cf8d60eb6aefd32ef5...
Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Mon Oct 24 15:58:00 2022 +0300
mshtml: Move HTMLDocumentObj implementation to oleobj.c.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
---
dlls/mshtml/htmldoc.c | 363 ++----------------------------------------- dlls/mshtml/mshtml_private.h | 4 +- dlls/mshtml/oleobj.c | 350 ++++++++++++++++++++++++++++++++++++++++- 3 files changed, 361 insertions(+), 356 deletions(-)