comctl32: Fix a failing test in win98.

This commit is contained in:
James Hawkins 2008-09-08 00:48:43 -05:00 committed by Alexandre Julliard
parent dcc230c567
commit 66483daf34

View file

@ -101,7 +101,7 @@ static const struct message add_updown_with_edit_seq[] = {
static const struct message add_updown_to_parent_seq[] = {
{ WM_NOTIFYFORMAT, sent|lparam, 0, NF_QUERY },
{ WM_QUERYUISTATE, sent },
{ WM_QUERYUISTATE, sent|optional },
{ WM_PARENTNOTIFY, sent|wparam, MAKELONG(WM_CREATE, WM_CREATE) },
{ 0 }
};