R��mi Bernon (@rbernon) commented about dlls/dinput/tests/joystick8.c:
hr = IDirectInputDevice8_SetDataFormat( device, &c_dfDIJoystick2 ); ok( hr == DI_OK, "SetDataFormat returned: %#lx\n", hr );
- #define check_object_inst( actual, expected) \
I'd prefer a static helper, and use it more consistently. Something like https://gitlab.winehq.org/rbernon/wine/-/commit/850ff678030236cd043f0404b37f....