wine-wine/dlls/vbscript
Michael Stefaniuc 6ab10f2eb0 vbscript: Use the global HeapAlloc() wrappers.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-01-29 20:28:59 +01:00
..
tests vbscript/tests: Fix first-day-of-week test on mixed locales. 2018-01-03 23:26:21 +01:00
Makefile.in vbscript: Add support for "for each" on arrays. 2017-11-08 20:21:52 +01:00
compile.c
global.c vbscript: Add UBound implementation. 2017-11-07 18:13:12 +01:00
interp.c vbscript: Don't leak IEnumVARIANT in interp_enumnext. 2017-11-08 20:22:09 +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: Don't return error on VBScript_SetScriptState(SCRIPTSTATE_DISCONNECTED) call. 2017-11-08 20:22:03 +01:00
vbscript.h vbscript: Use the global HeapAlloc() wrappers. 2018-01-29 20:28:59 +01:00
vbscript.rc
vbscript.rgs
vbscript.spec
vbscript_classes.idl
vbscript_defs.h
vbscript_main.c
vbsglobal.idl
vbsregexp10.idl
vbsregexp55.idl