From 4bd4812b8030aac32579a532ff7ead9e8ccab243 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Wed, 13 May 2009 11:54:55 +0200 Subject: [PATCH] user32/tests: Add an optional message for Win95. --- dlls/user32/tests/msg.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/user32/tests/msg.c b/dlls/user32/tests/msg.c index 6f6b5bd4a18..1db5146d85b 100644 --- a/dlls/user32/tests/msg.c +++ b/dlls/user32/tests/msg.c @@ -8248,6 +8248,7 @@ static const struct message ScrollWindowPaint1[] = { { WM_GETTEXT, sent|beginpaint|optional }, { WM_GETTEXT, sent|beginpaint|optional }, { WM_GETTEXT, sent|beginpaint|optional }, + { WM_GETTEXT, sent|beginpaint|defwinproc|optional }, { WM_ERASEBKGND, sent|beginpaint|optional }, { 0 } }; -- 2.11.4.GIT