Paul Gofman wine@gitlab.winehq.org wrote:
diff --git a/dlls/dinput/tests/hotplug.c b/dlls/dinput/tests/hotplug.c index 7187cf7dc38..5b9455d1819 100644 --- a/dlls/dinput/tests/hotplug.c +++ b/dlls/dinput/tests/hotplug.c @@ -977,11 +977,11 @@ static void test_windows_gaming_input(void) HANDLE hwnd, thread, stop_event; IInspectable *tmp_inspectable; HDEVNOTIFY devnotify;
- boolean boolret; HSTRING str; UINT32 size; HRESULT hr; DWORD res;
- BOOL ret; MSG msg;
It should be possible to use Windows type BOOLEAN for the same purpose. Also avoiding to rename a variable would reduce the diff.