31 Jul
2024
31 Jul
'24
1:20 p.m.
Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/tests/listview.c:
DestroyWindow(hwnd); }
+static INT WINAPI test_CallBackCompareEx(LPARAM first, LPARAM second, LPARAM lParam) +{ + HWND hwnd_List_view = (HWND)lParam;
Change hwnd_List_view to list_view or hwnd to make it more consistent. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6160#note_77405