Sweden-Number/dlls/vbscript
Zebediah Figura 3dde8287c6 vbscript: Add stub IActiveScriptDebug interface.
Visual Pinball 9.9.5 expects this interface to be present, and crashes
on teardown trying to Release() it.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-05-22 21:58:02 +02:00
..
tests vbscript/tests: Added named item ref count tests. 2018-03-20 23:20:08 +01:00
Makefile.in vbscript: Add support for "for each" on arrays. 2017-11-08 20:21:52 +01:00
compile.c vbscript: Added support for script context in ParseScriptText. 2018-03-19 12:35:11 +01:00
global.c vbscript: Add UBound implementation. 2017-11-07 18:13:12 +01:00
interp.c vbscript: Added support for script context in ParseScriptText. 2018-03-19 12:35:11 +01:00
lex.c
parse.h
parser.y vbscript: Improve parsing of separators in functions and classes. 2017-11-02 19:33:06 +01:00
regexp.c
regexp.h
utils.c vbscript: Add support for "for each" on arrays. 2017-11-08 20:21:52 +01:00
vbdisp.c
vbregexp.c
vbscript.c vbscript: Add stub IActiveScriptDebug interface. 2018-05-22 21:58:02 +02:00
vbscript.h vbscript: Add stub IActiveScriptDebug interface. 2018-05-22 21:58:02 +02:00
vbscript.rc
vbscript.rgs
vbscript.spec
vbscript_classes.idl
vbscript_defs.h
vbscript_main.c
vbsglobal.idl
vbsregexp10.idl
vbsregexp55.idl