James Hawkins : comctl32: Fix a failing test in win2000.

Alexandre Julliard julliard at winehq.org
Fri Aug 29 07:30:25 CDT 2008


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

Author: James Hawkins <jhawkins at codeweavers.com>
Date:   Thu Aug 28 21:19:30 2008 -0500

comctl32: Fix a failing test in win2000.

---

 dlls/comctl32/tests/updown.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/comctl32/tests/updown.c b/dlls/comctl32/tests/updown.c
index 6f8e395..c24ff1e 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 },




More information about the wine-cvs mailing list