Commit 4bd4812b authored by Alexandre Julliard's avatar Alexandre Julliard

user32/tests: Add an optional message for Win95.

parent 5d31eb93
...@@ -8248,6 +8248,7 @@ static const struct message ScrollWindowPaint1[] = { ...@@ -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|optional },
{ WM_GETTEXT, sent|beginpaint|optional }, { WM_GETTEXT, sent|beginpaint|optional },
{ WM_GETTEXT, sent|beginpaint|defwinproc|optional },
{ WM_ERASEBKGND, sent|beginpaint|optional }, { WM_ERASEBKGND, sent|beginpaint|optional },
{ 0 } { 0 }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment