Eric Pouech : mshtml/tests: Enable compilation with long types.
Module: wine Branch: master Commit: e06b668f409d8f9c38611b978b019a04122e7b5b URL: https://source.winehq.org/git/wine.git/?a=commit;h=e06b668f409d8f9c38611b978... Author: Eric Pouech <eric.pouech(a)gmail.com> Date: Tue Mar 1 08:34:13 2022 +0100 mshtml/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/mshtml/tests/Makefile.in | 1 - dlls/mshtml/tests/activex.c | 216 ++--- dlls/mshtml/tests/dom.c | 1880 ++++++++++++++++++------------------ dlls/mshtml/tests/events.c | 450 ++++----- dlls/mshtml/tests/htmldoc.c | 852 ++++++++-------- dlls/mshtml/tests/htmllocation.c | 48 +- dlls/mshtml/tests/misc.c | 40 +- dlls/mshtml/tests/protocol.c | 304 +++--- dlls/mshtml/tests/script.c | 336 +++---- dlls/mshtml/tests/style.c | 1302 ++++++++++++------------- dlls/mshtml/tests/xmlhttprequest.c | 216 ++--- 11 files changed, 2822 insertions(+), 2823 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=e06b668f409d8f9c38611...
participants (1)
-
Alexandre Julliard