comctl32/treeview: Fix test failure on Vista

Nikolay Sivov bunglehead at gmail.com
Wed Aug 12 06:54:49 CDT 2009


Changelog:
     - Fix test failure on Vista

>From c0c4818997d029a49c9e2efb207c36613a56d2e6 Mon Sep 17 00:00:00 2001
From: Nikolay Sivov <bunglehead at gmail.com>
Date: Wed, 12 Aug 2009 15:52:36 +0400
Subject: Fix test failure on Vista

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

diff --git a/dlls/comctl32/tests/treeview.c b/dlls/comctl32/tests/treeview.c
index 7b45626..3091127 100644
--- a/dlls/comctl32/tests/treeview.c
+++ b/dlls/comctl32/tests/treeview.c
@@ -94,6 +94,7 @@ static const struct message focus_seq[] = {
     { WM_PAINT, sent|defwinproc },
     { WM_IME_SETCONTEXT, sent|defwinproc|optional },
     { WM_COMMAND, sent|wparam|defwinproc, MAKEWPARAM(0, EN_SETFOCUS) },
+    { WM_ERASEBKGND, sent|defwinproc|optional },
     { WM_CTLCOLOREDIT, sent|defwinproc|optional },
     { WM_CTLCOLOREDIT, sent|defwinproc|optional },
     { 0 }
-- 
1.5.6.5





More information about the wine-patches mailing list