- Wait_thread_proc: Pass the correct value WaitAny vice FALSE to NtWaitForMultipleObjects. Fixes INFINITE wait when running kernel32_winetest for thread.

svn path=/trunk/; revision=40917
This commit is contained in:
Michael Martin
2009-05-14 07:11:00 +00:00
parent d67caa6f8c
commit 4606a3076d
+1 -1
View File
@@ -55,7 +55,7 @@ Wait_thread_proc(LPVOID Arg)
{
Status = NtWaitForMultipleObjects( 2,
handles,
FALSE,
WaitAny,
alertable,
get_nt_timeout( &timeout, Wait->Milliseconds ) );