Commit 66483daf authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

comctl32: Fix a failing test in win98.

parent dcc230c5
......@@ -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 }
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment