Module: wine Branch: master Commit: 66483daf34d0d9f459844878e679ae530ea13831 URL: http://source.winehq.org/git/wine.git/?a=commit;h=66483daf34d0d9f459844878e6...
Author: James Hawkins jhawkins@codeweavers.com Date: Mon Sep 8 00:48:43 2008 -0500
comctl32: Fix a failing test in win98.
---
dlls/comctl32/tests/updown.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/comctl32/tests/updown.c b/dlls/comctl32/tests/updown.c index c24ff1e..3d0557d 100644 --- a/dlls/comctl32/tests/updown.c +++ b/dlls/comctl32/tests/updown.c @@ -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 } };