Module: wine Branch: master Commit: 9f472f00d88a813adc13d7a8f5de091accafcb52 URL: https://source.winehq.org/git/wine.git/?a=commit;h=9f472f00d88a813adc13d7a8f... Author: Rémi Bernon <rbernon(a)codeweavers.com> Date: Tue Feb 8 09:55:39 2022 +0100 dinput: Fix printf warnings with long types. Signed-off-by: Rémi Bernon <rbernon(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/dinput/Makefile.in | 2 +- dlls/dinput/device.c | 53 +++++++++++------------ dlls/dinput/dinput_main.c | 54 +++++++++++------------ dlls/dinput/joystick_hid.c | 106 ++++++++++++++++++++++----------------------- dlls/dinput/keyboard.c | 12 ++--- dlls/dinput/mouse.c | 12 ++--- dlls/dinput8/Makefile.in | 2 +- 7 files changed, 120 insertions(+), 121 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=9f472f00d88a813adc13d...