Module: wine Branch: master Commit: 7001705c86cdf80e1175e9421006f4fa9be1858d URL: https://gitlab.winehq.org/wine/wine/-/commit/7001705c86cdf80e1175e9421006f4f...
Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Mon Nov 14 19:53:27 2022 +0200
mshtml: Forward IDispatchEx to the document node.
And get rid of the dispex since it's useless now.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
---
dlls/mshtml/mshtml_private.h | 1 - dlls/mshtml/oleobj.c | 161 +++++++------------------------------------ dlls/mshtml/tests/dom.c | 27 ++++++++ dlls/mshtml/tests/events.c | 86 ++++++++++++++++++++++- 4 files changed, 137 insertions(+), 138 deletions(-)