Module: wine Branch: master Commit: 08d07c4cc26410a62ee074913cd9a1d9a5fbf01d URL: https://source.winehq.org/git/wine.git/?a=commit;h=08d07c4cc26410a62ee074913...
Author: Rémi Bernon rbernon@codeweavers.com Date: Wed May 26 11:23:04 2021 +0200
dinput: Factor out IDirectInputDevice_GetObjectInfo WtoA conversions.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dinput/ansi.c | 19 +++++++++++++++++++ dlls/dinput/device.c | 32 -------------------------------- dlls/dinput/joystick.c | 27 --------------------------- dlls/dinput/joystick_linux.c | 2 +- dlls/dinput/joystick_linuxinput.c | 2 +- dlls/dinput/joystick_osx.c | 2 +- dlls/dinput/joystick_private.h | 3 --- dlls/dinput/keyboard.c | 25 +------------------------ dlls/dinput/mouse.c | 29 +---------------------------- 9 files changed, 24 insertions(+), 117 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=08d07c4cc26410a62ee07...