Module: wine Branch: master Commit: 4aaaae158611da4a502ca8d6b364ab6bf82cbf27 URL: https://source.winehq.org/git/wine.git/?a=commit;h=4aaaae158611da4a502ca8d6b...
Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Mon Aug 24 17:56:10 2020 +0300
msscript.ocx: Add the ScriptError stub implementation.
The error object has to be separate from the control, as it can be referenced while the control is released. It is also available even without a script host, and in fact the same object will be used (same address) when a host is instantiated.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/msscript.ocx/msscript.c | 240 ++++++++++++++++++++++++++++++++++++- dlls/msscript.ocx/tests/msscript.c | 39 +++--- 2 files changed, 256 insertions(+), 23 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=4aaaae158611da4a502ca...