Module: wine Branch: master Commit: 19a5881b0b9b29b084a986bfc334513b4dad84cc URL: https://source.winehq.org/git/wine.git/?a=commit;h=19a5881b0b9b29b084a986bfc...
Author: Rémi Bernon rbernon@codeweavers.com Date: Tue Feb 8 09:55:40 2022 +0100
dinput/tests: Fix printf warnings with long types.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dinput/tests/Makefile.in | 1 - dlls/dinput/tests/device.c | 126 ++-- dlls/dinput/tests/device8.c | 604 +++++++++---------- dlls/dinput/tests/dinput.c | 210 +++---- dlls/dinput/tests/driver_hid.c | 122 ++-- dlls/dinput/tests/driver_hid.h | 6 +- dlls/dinput/tests/force_feedback.c | 1120 ++++++++++++++++++------------------ dlls/dinput/tests/hid.c | 886 ++++++++++++++-------------- dlls/dinput/tests/hotplug.c | 82 +-- dlls/dinput/tests/joystick.c | 272 ++++----- dlls/dinput/tests/joystick8.c | 1032 ++++++++++++++++----------------- dlls/dinput/tests/keyboard.c | 110 ++-- dlls/dinput/tests/mouse.c | 80 +-- 13 files changed, 2325 insertions(+), 2326 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=19a5881b0b9b29b084a98...