James Hawkins : comctl32: Fix two failing tests in win98.

Alexandre Julliard julliard at winehq.org
Mon Sep 8 07:41:37 CDT 2008


Module: wine
Branch: master
Commit: 5362bfa776897fc4c2c9c16554e08b90304acb61
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5362bfa776897fc4c2c9c16554e08b90304acb61

Author: James Hawkins <jhawkins at 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 }
 };




More information about the wine-cvs mailing list