comctl32/listview: Fix some test failures on 4.7x.
This commit is contained in:
parent
e552e51a48
commit
c3e66a8f86
|
@ -201,6 +201,7 @@ static const struct message forward_erasebkgnd_parent_seq[] = {
|
||||||
static const struct message ownderdata_select_focus_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_ITEMCHANGED },
|
||||||
{ WM_NOTIFY, sent|id, 0, 0, LVN_GETDISPINFOA },
|
{ WM_NOTIFY, sent|id, 0, 0, LVN_GETDISPINFOA },
|
||||||
|
{ WM_NOTIFY, sent|id|optional, 0, 0, LVN_GETDISPINFOA }, /* version 4.7x */
|
||||||
{ 0 }
|
{ 0 }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue