user32/tests: Synchronize with other thread between SendMessage calls.
commit0779443518ac363418b5d308e757de447b116370
authorRémi Bernon <rbernon@codeweavers.com>
Tue, 12 Nov 2019 20:42:03 +0000 (12 21:42 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 13 Nov 2019 08:31:59 +0000 (13 09:31 +0100)
treeac4f2543036616338a1ab4458b87c82f8ac465b8
parent19c107335e9aa269bcbe282bee8b97575c7b0bb4
user32/tests: Synchronize with other thread between SendMessage calls.

This sometimes fails on Windows because we check the queue status before
the other thread second call to SendMessage has been made (or received).

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/user32/tests/msg.c