shell32/tests: Fix the DDE tests on Windows 10.
commitb742145cab84c7bbc3672a27090a3af5093e236c
authorFrancois Gouget <fgouget@codeweavers.com>
Mon, 8 Feb 2016 04:21:33 +0000 (8 05:21 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 8 Feb 2016 11:03:32 +0000 (8 20:03 +0900)
tree35070192ad55b2138ea4f5d840e4bc4e5ea432a7
parent7646df9f4bb94cd88d73845f82b967e8e329b551
shell32/tests: Fix the DDE tests on Windows 10.

Windows 10 does not call WaitForInputIdle() if the DDE server is a
console application. So force the call by adding
SEE_MASK_WAITFORINPUTIDLE.  Also Windows calls WaitForInputIdle() with a
60s timeout and while we should not hit it, trace and cap it to 5s
anyway.

Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/shell32/tests/shlexec.c