comctl32/tests: Replace a listview macro by an explicit SendMessage.
This commit is contained in:
parent
23fd37528c
commit
448d48c3f4
|
@ -1745,7 +1745,7 @@ todo_wine
|
|||
item.stateMask = LVIS_SELECTED;
|
||||
r = SendMessage(hwnd, LVM_SETITEMSTATE, -1, (LPARAM)&item);
|
||||
expect(TRUE, r);
|
||||
ListView_SetSelectionMark(hwnd, -1);
|
||||
SendMessage(hwnd, LVM_SETSELECTIONMARK, 0, -1);
|
||||
|
||||
item.stateMask = LVIS_SELECTED;
|
||||
item.state = LVIS_SELECTED;
|
||||
|
|
Loading…
Reference in New Issue