https://bugs.winehq.org/show_bug.cgi?id=52198
--- Comment #6 from tobias.boesch@googlemail.com --- Bisecting identified bfc805194fa33dd0f4048af3e5b0f96bdc96f04c as the first bad commit.
bfc805194fa33dd0f4048af3e5b0f96bdc96f04c is the first bad commit commit bfc805194fa33dd0f4048af3e5b0f96bdc96f04c Author: Rémi Bernon rbernon@codeweavers.com Date: Fri May 28 11:41:30 2021 +0200
dinput: Move IDirectInput8 WtoA wrappers to ansi.c.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
dlls/dinput/ansi.c | 251 +++++++++++++++++++++++++++++- dlls/dinput/dinput_main.c | 354 +------------------------------------------ dlls/dinput/dinput_private.h | 5 +- 3 files changed, 249 insertions(+), 361 deletions(-)