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.