25 Jul
2022
25 Jul
'22
5:03 a.m.
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.... -- https://gitlab.winehq.org/wine/wine/-/merge_requests/507#note_4841