msscript.ocx: Add the ScriptError stub implementation.
commit4aaaae158611da4a502ca8d6b364ab6bf82cbf27
authorGabriel Ivăncescu <gabrielopcode@gmail.com>
Mon, 24 Aug 2020 14:56:10 +0000 (24 17:56 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 25 Aug 2020 08:28:25 +0000 (25 10:28 +0200)
tree072fff886f2452ff7789d8d3899a527a691a0653
parentaaea13a128b76fa0076b8852187c7d10e5eb5d68
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
dlls/msscript.ocx/tests/msscript.c