Eric Pouech : windowscodecs: Enable compilation with long types.

Alexandre Julliard julliard at winehq.org
Tue Feb 22 16:06:51 CST 2022


Module: wine
Branch: master
Commit: aa180417b88072643b4edf21f246325dc410b145
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=aa180417b88072643b4edf21f246325dc410b145

Author: Eric Pouech <eric.pouech at gmail.com>
Date:   Tue Feb 22 09:42:16 2022 +0100

windowscodecs: Enable compilation with long types.

Signed-off-by: Eric Pouech <eric.pouech at gmail.com>
Signed-off-by: Esme Povirk <esme at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/windowscodecs/Makefile.in        |  1 -
 dlls/windowscodecs/bitmap.c           | 12 +++---
 dlls/windowscodecs/bmpdecode.c        | 10 ++---
 dlls/windowscodecs/bmpencode.c        |  8 ++--
 dlls/windowscodecs/clipper.c          |  4 +-
 dlls/windowscodecs/clsfactory.c       |  6 +--
 dlls/windowscodecs/colorcontext.c     |  4 +-
 dlls/windowscodecs/colortransform.c   |  4 +-
 dlls/windowscodecs/converter.c        |  4 +-
 dlls/windowscodecs/ddsformat.c        | 16 ++++----
 dlls/windowscodecs/decoder.c          | 10 ++---
 dlls/windowscodecs/encoder.c          | 12 +++---
 dlls/windowscodecs/fliprotate.c       |  4 +-
 dlls/windowscodecs/gifformat.c        | 16 ++++----
 dlls/windowscodecs/icoformat.c        | 14 +++----
 dlls/windowscodecs/imgfactory.c       | 22 +++++-----
 dlls/windowscodecs/info.c             | 30 +++++++-------
 dlls/windowscodecs/libjpeg.c          |  4 +-
 dlls/windowscodecs/libtiff.c          |  2 +-
 dlls/windowscodecs/metadatahandler.c  | 16 ++++----
 dlls/windowscodecs/metadataquery.c    | 24 +++++------
 dlls/windowscodecs/palette.c          |  4 +-
 dlls/windowscodecs/propertybag.c      | 12 +++---
 dlls/windowscodecs/scaler.c           |  4 +-
 dlls/windowscodecs/stream.c           | 76 +++++++++++++++++------------------
 dlls/windowscodecs/tgaformat.c        | 12 +++---
 dlls/windowscodecs/wincodecs_common.c |  2 +-
 dlls/wmphoto/Makefile.in              |  1 -
 dlls/wmphoto/main.c                   |  2 +-
 29 files changed, 167 insertions(+), 169 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=aa180417b88072643b4edf21f246325dc410b145



More information about the wine-cvs mailing list