Eric Pouech : jscript: Enable compilation with long types.
Module: wine Branch: master Commit: e8e0917a9c3153b98a8f7a3b29c3989335300404 URL: https://source.winehq.org/git/wine.git/?a=commit;h=e8e0917a9c3153b98a8f7a3b2... Author: Eric Pouech <eric.pouech(a)gmail.com> Date: Fri Feb 11 08:41:11 2022 +0100 jscript: Enable compilation with long types. Signed-off-by: Eric Pouech <eric.pouech(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/jscript/Makefile.in | 1 - dlls/jscript/activex.c | 2 +- dlls/jscript/array.c | 4 ++-- dlls/jscript/dispex.c | 56 ++++++++++++++++++++++----------------------- dlls/jscript/engine.c | 20 ++++++++-------- dlls/jscript/error.c | 2 +- dlls/jscript/global.c | 2 +- dlls/jscript/jscript.c | 38 +++++++++++++++--------------- dlls/jscript/jscript_main.c | 4 ++-- dlls/jscript/jsregexp.c | 2 +- dlls/jscript/jsutils.c | 4 ++-- dlls/jscript/regexp.c | 6 ++--- dlls/jscript/string.c | 6 ++--- 13 files changed, 73 insertions(+), 74 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=e8e0917a9c3153b98a8f7...
participants (1)
-
Alexandre Julliard