Commit 5362bfa7 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

comctl32: Fix two failing tests in win98.

parent 898dd57f
......@@ -69,7 +69,7 @@ static const struct message create_parent_window_seq[] = {
static const struct message create_monthcal_control_seq[] = {
{ WM_NOTIFYFORMAT, sent|lparam, 0, NF_QUERY },
{ WM_QUERYUISTATE, sent },
{ WM_QUERYUISTATE, sent|optional },
{ WM_GETFONT, sent },
{ WM_PARENTNOTIFY, sent|wparam, WM_CREATE},
{ 0 }
......@@ -77,7 +77,7 @@ static const struct message create_monthcal_control_seq[] = {
static const struct message create_monthcal_multi_sel_style_seq[] = {
{ WM_NOTIFYFORMAT, sent|lparam, 0, NF_QUERY },
{ WM_QUERYUISTATE, sent },
{ WM_QUERYUISTATE, sent|optional },
{ WM_GETFONT, sent },
{ 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