Module: wine Branch: master Commit: 3bb0e2e5e50437502cce7780ef15b35e36d340ce URL: https://source.winehq.org/git/wine.git/?a=commit;h=3bb0e2e5e50437502cce7780e...
Author: Rémi Bernon rbernon@codeweavers.com Date: Mon Jan 31 10:10:59 2022 +0100
winebus.sys: Fix warnings with long integer types.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/winebus.sys/Makefile.in | 1 - dlls/winebus.sys/bus_iohid.c | 2 +- dlls/winebus.sys/bus_sdl.c | 2 +- dlls/winebus.sys/bus_udev.c | 10 +++++----- dlls/winebus.sys/hid.c | 2 +- dlls/winebus.sys/main.c | 36 ++++++++++++++++++------------------ dlls/winebus.sys/unix_private.h | 10 +++++----- dlls/winebus.sys/unixlib.c | 4 ++-- dlls/winebus.sys/unixlib.h | 16 ++++++++-------- 9 files changed, 41 insertions(+), 42 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=3bb0e2e5e50437502cce7...