Module: wine Branch: master Commit: f5b32121b1b4480ffab50b040d42998253b7e21c URL: https://source.winehq.org/git/wine.git/?a=commit;h=f5b32121b1b4480ffab50b040... Author: Rémi Bernon <rbernon(a)codeweavers.com> Date: Mon Oct 11 10:11:00 2021 +0200 dinput: Use msvcrt memory allocation functions. Signed-off-by: Rémi Bernon <rbernon(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/dinput/ansi.c | 42 +++++++++++++++------------- dlls/dinput/config.c | 12 ++++---- dlls/dinput/device.c | 69 +++++++++++++++++++++------------------------- dlls/dinput/dinput_main.c | 17 +++++------- dlls/dinput/joystick_hid.c | 39 +++++++++++++------------- dlls/dinput/keyboard.c | 8 +++--- dlls/dinput/mouse.c | 8 +++--- 7 files changed, 95 insertions(+), 100 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=f5b32121b1b4480ffab50...