Module: wine Branch: master Commit: 8109f8398acbc51e3a3b52491c6d8d1913e23b7b URL: https://source.winehq.org/git/wine.git/?a=commit;h=8109f8398acbc51e3a3b52491... Author: Rémi Bernon <rbernon(a)codeweavers.com> Date: Thu May 27 10:50:04 2021 +0200 dinput: Factor out IDirectInputDevice_BuildActionMap WtoA conversions. Signed-off-by: Rémi Bernon <rbernon(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/dinput/ansi.c | 105 ++++++++++++++++++++++++++++++++++++++ dlls/dinput/device_private.h | 2 + dlls/dinput/joystick.c | 30 ----------- 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 | 32 +----------- dlls/dinput/mouse.c | 32 +----------- 9 files changed, 112 insertions(+), 96 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=8109f8398acbc51e3a3b5...