Commit c9533adc authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

comctl32/tests: The PSDK does not define ListView_InsertItemA() so don't use it.

parent ed94ca1e
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment