comctl32/listview: Fix some test failures on 4.7x

Nikolay Sivov bunglehead at gmail.com
Mon Jul 6 01:29:12 CDT 2009


Thanks Ge for testing.

Changelog:
    - Fix some test failures on 4.7x

>From cb20056a6ee9a3caf9d41552b9edd388370ca346 Mon Sep 17 00:00:00 2001
From: Nikolay Sivov <bunglehead at gmail.com>
Date: Mon, 6 Jul 2009 10:22:50 +0400
Subject: Fix some test failures on 4.7x

---
 dlls/comctl32/tests/listview.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/comctl32/tests/listview.c b/dlls/comctl32/tests/listview.c
index 86b7ff8..43a7037 100644
--- a/dlls/comctl32/tests/listview.c
+++ b/dlls/comctl32/tests/listview.c
@@ -201,6 +201,7 @@ static const struct message forward_erasebkgnd_parent_seq[] = {
 static const struct message ownderdata_select_focus_parent_seq[] = {
     { WM_NOTIFY, sent|id, 0, 0, LVN_ITEMCHANGED },
     { WM_NOTIFY, sent|id, 0, 0, LVN_GETDISPINFOA },
+    { WM_NOTIFY, sent|id|optional, 0, 0, LVN_GETDISPINFOA }, /* version 4.7x */
     { 0 }
 };
 
-- 
1.5.6.5





More information about the wine-patches mailing list