1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-09 04:16:08 +00:00
wine/dlls/dinput
Rémi Bernon 1854001c79 dinput/tests: Remove racy IForceFeedbackEffect reference count checks.
Because the async operation holds a reference on the invoker and the
param, it may keep the effect alive until the worker thread releases
its reference on the async operation. We have no way to synchronize on
that.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53199
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
2022-07-07 11:20:27 +02:00
..
tests dinput/tests: Remove racy IForceFeedbackEffect reference count checks. 2022-07-07 11:20:27 +02:00
ansi.c dinput: Rename IDirectInputImpl to struct dinput. 2022-02-08 10:48:54 +01:00
config.c dinput: Use msvcrt memory allocation functions. 2021-10-11 10:58:51 +02:00
data_formats.c
device_private.h dinput: Allocate the dinput_device structure in the caller to dinput_device_alloc(). 2022-05-16 22:10:15 +02:00
device.c dinput: Fix DIPROP_FFGAIN mouse and keyboard tests. 2022-06-10 11:59:24 +02:00
dinput_classes.idl
dinput_main.c dinput: Rename dinput_device_init() to dinput_device_init_device_format(). 2022-05-16 22:10:15 +02:00
dinput_private.h dinput: Rename IDirectInputImpl to struct dinput. 2022-02-08 10:48:54 +01:00
dinput.rc
dinput.spec
joystick_hid.c dinput: Use IOCTL_HID_GET_WINE_RAWINPUT_HANDLE to retrieve the raw input handle. 2022-06-09 20:55:37 +02:00
keyboard.c dinput: Allocate the dinput_device structure in the caller to dinput_device_alloc(). 2022-05-16 22:10:15 +02:00
Makefile.in dinput: Fix printf warnings with long types. 2022-02-08 10:58:55 +01:00
mouse.c dinput: Allocate the dinput_device structure in the caller to dinput_device_alloc(). 2022-05-16 22:10:15 +02:00
resource.h
version.rc