user32/tests: Add an optional message for Win95.

This commit is contained in:
Alexandre Julliard 2009-05-13 11:54:55 +02:00
parent 5d31eb9377
commit 4bd4812b80
1 changed files with 1 additions and 0 deletions

View File

@ -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 }
};