Module: wine Branch: master Commit: ab381924b5463c71ab08e5038ae9ea27c5b0cbfb URL: https://source.winehq.org/git/wine.git/?a=commit;h=ab381924b5463c71ab08e5038...
Author: Eric Pouech eric.pouech@gmail.com Date: Wed Mar 9 08:21:55 2022 +0100
windowscodecs/tests: Enable compilation with long types.
Signed-off-by: Eric Pouech eric.pouech@gmail.com Signed-off-by: Esme Povirk esme@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/windowscodecs/tests/Makefile.in | 1 - dlls/windowscodecs/tests/bitmap.c | 420 +++++++++++----------- dlls/windowscodecs/tests/bmpformat.c | 334 +++++++++--------- dlls/windowscodecs/tests/converter.c | 310 ++++++++--------- dlls/windowscodecs/tests/ddsformat.c | 222 ++++++------ dlls/windowscodecs/tests/gifformat.c | 128 +++---- dlls/windowscodecs/tests/icoformat.c | 18 +- dlls/windowscodecs/tests/info.c | 186 +++++----- dlls/windowscodecs/tests/jpegformat.c | 26 +- dlls/windowscodecs/tests/metadata.c | 618 ++++++++++++++++----------------- dlls/windowscodecs/tests/palette.c | 136 ++++---- dlls/windowscodecs/tests/pngformat.c | 160 ++++----- dlls/windowscodecs/tests/propertybag.c | 56 +-- dlls/windowscodecs/tests/stream.c | 436 +++++++++++------------ dlls/windowscodecs/tests/tiffformat.c | 150 ++++---- dlls/windowscodecs/tests/wmpformat.c | 28 +- 16 files changed, 1614 insertions(+), 1615 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=ab381924b5463c71ab08e...