Module: wine Branch: master Commit: 030a6860101628ee38c7c60539a1566f7ee3089f URL: https://source.winehq.org/git/wine.git/?a=commit;h=030a6860101628ee38c7c6053... Author: Eric Pouech <eric.pouech(a)gmail.com> Date: Mon Feb 28 08:27:15 2022 +0100 jscript/tests: Enable compilation with long types. Signed-off-by: Eric Pouech <eric.pouech(a)gmail.com> Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/jscript/tests/Makefile.in | 1 - dlls/jscript/tests/activex.c | 60 ++-- dlls/jscript/tests/caller.c | 32 +-- dlls/jscript/tests/jscript.c | 608 ++++++++++++++++++++--------------------- dlls/jscript/tests/run.c | 434 ++++++++++++++--------------- 5 files changed, 567 insertions(+), 568 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=030a6860101628ee38c7c...