From: Esme Povirk esme@codeweavers.com
--- dlls/user32/tests/msg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/user32/tests/msg.c b/dlls/user32/tests/msg.c index a9b9a009576..8517ede31dd 100644 --- a/dlls/user32/tests/msg.c +++ b/dlls/user32/tests/msg.c @@ -19699,9 +19699,9 @@ static const struct message send_message_3[] = { { 0 } }; static const struct message send_message_5[] = { - { WM_WINDOWPOSCHANGING, sent|wparam|optional, SWP_NOACTIVATE|SWP_NOZORDER }, /* win7+ dual monitor */ + { WM_WINDOWPOSCHANGING, sent|wparam|optional, SWP_NOACTIVATE, 0, SWP_NOZORDER }, /* win7+ dual monitor */ { WM_GETMINMAXINFO, sent|defwinproc|optional }, /* win7+ dual monitor */ - { WM_WINDOWPOSCHANGING, sent|wparam|optional, SWP_NOACTIVATE|SWP_NOZORDER }, /* win7+ dual monitor */ + { WM_WINDOWPOSCHANGING, sent|wparam|optional, SWP_NOACTIVATE, 0, SWP_NOZORDER }, /* win7+ dual monitor */ { WM_GETMINMAXINFO, sent|defwinproc|optional }, /* win7+ dual monitor */ { 0 } };