Gabriel Ivăncescu : vbscript: Move the global lists to the script dispatch object.
Module: wine Branch: master Commit: cdc5ac52fc5e21e98e76147ef160c86d7e740b02 URL: https://source.winehq.org/git/wine.git/?a=commit;h=cdc5ac52fc5e21e98e76147ef... Author: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> Date: Fri Dec 6 13:45:21 2019 +0100 vbscript: Move the global lists to the script dispatch object. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/vbscript/compile.c | 15 ++++++----- dlls/vbscript/interp.c | 39 ++++++++++++++------------- dlls/vbscript/vbdisp.c | 34 ++++++++++++++++------- dlls/vbscript/vbscript.c | 70 ++++++++++++++++-------------------------------- dlls/vbscript/vbscript.h | 41 ++++++++++++++-------------- 5 files changed, 97 insertions(+), 102 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=cdc5ac52fc5e21e98e761...
participants (1)
-
Alexandre Julliard