Gabriel Ivăncescu : msscript.ocx: Add the ScriptError stub implementation.

Alexandre Julliard julliard at winehq.org
Tue Aug 25 16:16:56 CDT 2020


Module: wine
Branch: master
Commit: 4aaaae158611da4a502ca8d6b364ab6bf82cbf27
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=4aaaae158611da4a502ca8d6b364ab6bf82cbf27

Author: Gabriel Ivăncescu <gabrielopcode at 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 at gmail.com>
Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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=4aaaae158611da4a502ca8d6b364ab6bf82cbf27



More information about the wine-cvs mailing list