Module: wine Branch: master Commit: 5f4ee791497183e756655d9402caa18de6bea62b URL: https://source.winehq.org/git/wine.git/?a=commit;h=5f4ee791497183e756655d940...
Author: Rémi Bernon rbernon@codeweavers.com Date: Thu May 27 10:50:05 2021 +0200
dinput: Factor out IDirectInputDevice_SetActionMap WtoA conversions.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dinput/ansi.c | 29 +++++++++++++++++++++++++++++ dlls/dinput/device_private.h | 2 ++ dlls/dinput/joystick.c | 33 --------------------------------- dlls/dinput/joystick_linux.c | 2 +- dlls/dinput/joystick_linuxinput.c | 2 +- dlls/dinput/joystick_osx.c | 2 +- dlls/dinput/joystick_private.h | 1 - dlls/dinput/keyboard.c | 35 +---------------------------------- dlls/dinput/mouse.c | 35 +---------------------------------- 9 files changed, 36 insertions(+), 105 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=5f4ee791497183e756655...