Module: wine Branch: master Commit: 6e240977c65a7f2ed93652263654772d3de9ef40 URL: https://gitlab.winehq.org/wine/wine/-/commit/6e240977c65a7f2ed93652263654772...
Author: Jacek Caban jacek@codeweavers.com Date: Thu Jun 27 19:56:24 2024 +0200
jscript: Introduce IWineJSDispatch insterface.
Based on patch by Gabriel Ivăncescu.
---
dlls/jscript/Makefile.in | 1 + dlls/jscript/dispex.c | 94 +++++++++++++++++++++++++++--------------------- dlls/jscript/jscript.h | 16 +++------ dlls/jscript/jsdisp.idl | 42 ++++++++++++++++++++++ 4 files changed, 100 insertions(+), 53 deletions(-)