Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/tests/listview.c:
- ListView_GetItemTextA(hwnd_List_view, second, 0, buffer2, sizeof(buffer2));
- itm1 = atoi(buffer1);
- itm2 = atoi(buffer2);
- return (itm1 - itm2);
+}
+static void test_sort_order(void) +{
- LVITEMA lvi = {0};
- LV_COLUMNA lvc = {0};
- RECT rcClient;
- CHAR buffer[256];
- CHAR col_names[][2] = { "1", "2" };
- HWND hwndListView = create_listview_control(LVS_REPORT);
Please make the style consistent. We prefer the underscore style in the wine code.