comctl32/listview: Fix some test failures on 4.7x.

This commit is contained in:
Nikolay Sivov 2009-07-06 10:22:50 +04:00 committed by Alexandre Julliard
parent e552e51a48
commit c3e66a8f86
1 changed files with 1 additions and 0 deletions

View File

@ -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 }
};