Alexandre Julliard : user32/tests: Add an optional message for Win95.
Module: wine Branch: master Commit: 4bd4812b8030aac32579a532ff7ead9e8ccab243 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4bd4812b8030aac32579a532ff... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Wed May 13 11:54:55 2009 +0200 user32/tests: Add an optional message for Win95. --- dlls/user32/tests/msg.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dlls/user32/tests/msg.c b/dlls/user32/tests/msg.c index 6f6b5bd..1db5146 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 } };
participants (1)
-
Alexandre Julliard