Commit a97a4af0 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

dinput/tests: Return void from test_winmm_joystick().

parent 95e12689
......@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment