Module: wine Branch: master Commit: 27ea33baf9fd23b3ae3690bfa08625343be625e5 URL: https://source.winehq.org/git/wine.git/?a=commit;h=27ea33baf9fd23b3ae3690bfa...
Author: Rémi Bernon rbernon@codeweavers.com Date: Thu May 27 10:50:03 2021 +0200
dinput: Factor out IDirectInputDevice_GetDeviceInfo WtoA conversions.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dinput/ansi.c | 34 +++++++++++++++++++++++++++ dlls/dinput/device_private.h | 1 + dlls/dinput/joystick.c | 48 --------------------------------------- dlls/dinput/joystick_linux.c | 26 +-------------------- dlls/dinput/joystick_linuxinput.c | 27 +--------------------- dlls/dinput/joystick_osx.c | 7 +----- dlls/dinput/joystick_private.h | 3 --- dlls/dinput/keyboard.c | 14 +----------- dlls/dinput/mouse.c | 14 +----------- 9 files changed, 40 insertions(+), 134 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=27ea33baf9fd23b3ae369...