diff --git a/dlls/comctl32/tests/listview.c b/dlls/comctl32/tests/listview.c index 86b7ff86c5..43a7037e2b 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 } };