Module: wine Branch: master Commit: 90ef30828ee6ae958ccbd55803a758f8213be1ad URL: https://source.winehq.org/git/wine.git/?a=commit;h=90ef30828ee6ae958ccbd5580... Author: Rémi Bernon <rbernon(a)codeweavers.com> Date: Tue May 25 18:48:54 2021 +0200 dinput: Use generic WtoA wrappers when possible. Signed-off-by: Rémi Bernon <rbernon(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/dinput/device.c | 20 +++++------ dlls/dinput/joystick.c | 18 ---------- dlls/dinput/joystick_linux.c | 33 +++-------------- dlls/dinput/joystick_linuxinput.c | 75 +++++---------------------------------- dlls/dinput/joystick_osx.c | 61 +++---------------------------- dlls/dinput/joystick_private.h | 3 -- dlls/dinput/keyboard.c | 17 ++------- dlls/dinput/mouse.c | 33 +++-------------- 8 files changed, 35 insertions(+), 225 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=90ef30828ee6ae958ccbd...