[PATCH 00/17] Some more int/long mismatch fixes

Eric Pouech eric.pouech at gmail.com
Wed Feb 2 05:01:31 CST 2022


- resending last 5 patches from yesterday's serie (git am seems more picky
  that what I use)
- a bunch of new ones

A+
---

Eric Pouech (17):
      dlls/gdiplus: use correct integral type
      dlls/ole32: use correct integral type
      dlls/quartz: use correct integral type
      dlls/riched20: use correct integral type
      dlls/windowscodec: removes useless casts to long
      dlls/mf: use correct integral type
      dlls/mfreadwrite: use correct integral type
      dlls/mfmediaengine: use correct integral type
      dlls/mfplat: use correct integral type
      dlls/mfplay: use correct integral type
      dlls/scrobj: use correct integral type
      dlls/setupapi: use correct integral type
      dlls/shell32: use correct integral type
      dlls/taskschd: use correct integral type
      dlls/user32: use correct integral type
      dlls/uxtheme: use correct integral type
      dlls/vbscript: use correct integral type


 dlls/gdiplus/image.c       | 21 ++++++++++++---------
 dlls/mf/copier.c           |  4 ++--
 dlls/mf/evr.c              |  4 ++--
 dlls/mf/main.c             |  3 ++-
 dlls/mf/sar.c              |  7 ++++---
 dlls/mf/session.c          | 29 ++++++++++++++++-------------
 dlls/mf/topology.c         |  5 +++--
 dlls/mfmediaengine/main.c  |  2 +-
 dlls/mfplat/buffer.c       |  7 ++++---
 dlls/mfplat/main.c         |  8 +++++---
 dlls/mfplat/mediatype.c    | 16 ++++++++++------
 dlls/mfplay/player.c       |  7 ++++---
 dlls/mfreadwrite/reader.c  | 32 +++++++++++++++++---------------
 dlls/ole32/compobj.c       |  2 +-
 dlls/quartz/systemclock.c  |  5 +++--
 dlls/riched20/caret.c      |  8 ++++----
 dlls/riched20/editor.c     | 33 +++++++++++++++++++--------------
 dlls/riched20/editor.h     |  2 +-
 dlls/riched20/editstr.h    |  2 +-
 dlls/riched20/paint.c      |  4 ++--
 dlls/riched20/richole.c    |  6 ++++--
 dlls/riched20/writer.c     |  2 +-
 dlls/scrobj/scrobj.c       |  2 +-
 dlls/setupapi/install.c    |  7 ++++---
 dlls/setupapi/queue.c      |  2 +-
 dlls/shell32/iconcache.c   | 10 +++++++---
 dlls/shell32/shellpath.c   |  8 ++++----
 dlls/shell32/shlview.c     |  2 +-
 dlls/taskschd/regtask.c    |  2 +-
 dlls/user32/input.c        |  2 +-
 dlls/user32/spy.c          |  2 +-
 dlls/user32/user_private.h |  2 +-
 dlls/user32/win.c          |  3 ++-
 dlls/uxtheme/msstyles.c    | 18 ++++++++++++------
 dlls/vbscript/interp.c     |  2 +-
 dlls/vbscript/vbdisp.c     |  2 +-
 dlls/windowscodecs/ungif.c |  3 +--
 37 files changed, 157 insertions(+), 119 deletions(-)




More information about the wine-devel mailing list