From: Zebediah Figura zfigura@codeweavers.com
--- dlls/dinput/tests/joystick8.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dlls/dinput/tests/joystick8.c b/dlls/dinput/tests/joystick8.c index 788f59549c2..0553cb96a63 100644 --- a/dlls/dinput/tests/joystick8.c +++ b/dlls/dinput/tests/joystick8.c @@ -4464,7 +4464,7 @@ done: cleanup_registry_keys(); }
-static BOOL test_winmm_joystick(void) +static void test_winmm_joystick(void) { #include "psh_hid_macros.h" const unsigned char report_desc[] = @@ -4821,8 +4821,6 @@ static BOOL test_winmm_joystick(void) done: hid_device_stop( &desc, 1 ); cleanup_registry_keys(); - - return device != NULL; }
#define check_interface( a, b, c ) check_interface_( __LINE__, a, b, c )
This merge request was approved by Rémi Bernon.