Sweden-Number/dlls/vbscript
Jacek Caban af12270ac6 makefiles: Remove no longer needed explicit ucrtbase imports.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-04-06 21:21:52 +02:00
..
tests vbscript: Clear SCRIPTITEM_CODEONLY flag on script re-initialization. 2020-03-31 22:52:09 +02:00
Makefile.in makefiles: Remove no longer needed explicit ucrtbase imports. 2020-04-06 21:21:52 +02:00
compile.c vbscript: Retrieve the vbscode context from the named item directly. 2020-03-20 12:09:23 +01:00
global.c vbscript: Don't convert hex literals ending with '&' to short in parse_hex_literal. 2020-02-03 20:48:04 +01:00
interp.c vbscript: Look for the identifier in the named item's disp only if it doesn't have the CODEONLY flag. 2020-03-31 22:52:04 +02:00
lex.c vbscript: Don't convert hex literals ending with '&' to short in parse_hex_literal. 2020-02-03 20:48:04 +01:00
parse.h vbscript: Allow assignment left expression to be member expression. 2020-01-30 22:34:07 +01:00
parser.y vbscript: Allow any call expression to be used in set statement. 2020-01-30 22:34:09 +01:00
regexp.c
regexp.h
utils.c
vbdisp.c vbscript: Fail if we have no context in InvokeEx. 2020-02-13 20:30:35 +01:00
vbregexp.c
vbscript.c vbscript: Clear SCRIPTITEM_CODEONLY flag on script re-initialization. 2020-03-31 22:52:09 +02:00
vbscript.h vbscript: Retrieve the vbscode context from the named item directly. 2020-03-20 12:09:23 +01:00
vbscript.rc
vbscript.rgs
vbscript.spec
vbscript_classes.idl
vbscript_defs.h
vbscript_main.c
vbsglobal.idl
vbsregexp10.idl
vbsregexp55.idl