R��mi Bernon (@rbernon) commented about dlls/dinput/device.c:
{ DIDATAFORMAT *device_format = &impl->device_format, *user_format = &impl->user_format; DIOBJECTDATAFORMAT *device_obj, *user_obj;
- DWORD i;
- BOOL found;
I'd prefer to reduce the number of variables, like https://gitlab.winehq.org/rbernon/wine/-/commit/19ae7e1ba41 for instance.