From 24bd8c0faf57e59871eb6f2c4bbbb1e5c3d7f8c1 Mon Sep 17 00:00:00 2001 From: James Hawkins Date: Thu, 28 Aug 2008 21:19:30 -0500 Subject: [PATCH] comctl32: Fix a failing test in win2000. --- dlls/comctl32/tests/updown.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/comctl32/tests/updown.c b/dlls/comctl32/tests/updown.c index 6f8e395f26d..c24ff1e13c0 100644 --- a/dlls/comctl32/tests/updown.c +++ b/dlls/comctl32/tests/updown.c @@ -70,6 +70,7 @@ static const struct message create_parent_wnd_seq[] = { { WM_CREATE, sent }, { WM_SHOWWINDOW, sent|wparam, 1 }, { WM_WINDOWPOSCHANGING, sent|wparam, 0 }, + { WM_QUERYNEWPALETTE, sent|optional }, { WM_WINDOWPOSCHANGING, sent|wparam, 0 }, { WM_ACTIVATEAPP, sent|wparam, 1 }, { WM_NCACTIVATE, sent|wparam, 1 },