Module: wine Branch: master Commit: 5362bfa776897fc4c2c9c16554e08b90304acb61 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5362bfa776897fc4c2c9c16554...
Author: James Hawkins jhawkins@codeweavers.com Date: Mon Sep 8 00:45:03 2008 -0500
comctl32: Fix two failing tests in win98.
---
dlls/comctl32/tests/monthcal.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/comctl32/tests/monthcal.c b/dlls/comctl32/tests/monthcal.c index cd9592d..ba22beb 100644 --- a/dlls/comctl32/tests/monthcal.c +++ b/dlls/comctl32/tests/monthcal.c @@ -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 } };