comctl32/tests: The PSDK does not define ListView_InsertItemA() so don't use it.
This commit is contained in:
parent
ed94ca1e4f
commit
c9533adc52
|
@ -568,7 +568,7 @@ static void insert_item(HWND hwnd, int idx)
|
|||
item.iSubItem = 0;
|
||||
item.pszText = text;
|
||||
|
||||
rc = ListView_InsertItemA(hwnd, &item);
|
||||
rc = ListView_InsertItem(hwnd, &item);
|
||||
expect(idx, rc);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue