From 7bb36372c8ffaff8a3032c7771a512a3a0f93bfe Mon Sep 17 00:00:00 2001 From: Nikolay Sivov Date: Thu, 10 Jan 2013 16:45:44 +0400 Subject: [PATCH] comctl32/listview: Use LVM_SETITEMSTATE directly in tests. --- dlls/comctl32/tests/listview.c | 36 +++++++++++++++++++++++----------- 1 file changed, 25 insertions(+), 11 deletions(-) diff --git a/dlls/comctl32/tests/listview.c b/dlls/comctl32/tests/listview.c index 161278c698f..583645d8b0f 100644 --- a/dlls/comctl32/tests/listview.c +++ b/dlls/comctl32/tests/listview.c @@ -2145,24 +2145,29 @@ static void test_multiselect(void) hwnd = create_listview_control(LVS_REPORT); - for (i=0;i