Module: wine Branch: master Commit: da4a45cdaf59c6a5dc5ce691bb469bea66f9a135 URL: https://gitlab.winehq.org/wine/wine/-/commit/da4a45cdaf59c6a5dc5ce691bb469be...
Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Mon Oct 17 21:20:03 2022 +0300
mshtml: Move the OleObj interfaces out of basedoc.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
---
dlls/mshtml/editor.c | 4 +- dlls/mshtml/htmldoc.c | 68 +- dlls/mshtml/mshtml_private.h | 28 +- dlls/mshtml/oleobj.c | 1424 ++++++++++++++++++++++++++++++------------ dlls/mshtml/persist.c | 6 +- dlls/mshtml/pluginhost.c | 2 +- dlls/mshtml/view.c | 9 +- 7 files changed, 1105 insertions(+), 436 deletions(-)