Module: wine Branch: master Commit: c3e66a8f86eb61107382730e30e01ef533bd4ef7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c3e66a8f86eb61107382730e30...
Author: Nikolay Sivov bunglehead@gmail.com Date: Mon Jul 6 10:22:50 2009 +0400
comctl32/listview: 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 } };