ws2_32/tests: fix failure on win98/me.
This commit is contained in:
parent
4462fb356d
commit
6d20b84ddd
|
@ -2039,7 +2039,8 @@ static void test_accept(void)
|
|||
}
|
||||
|
||||
WaitForSingleObject(thread_handle, 1000);
|
||||
ok(thread_params.ReadKilled, "closesocket did not wakeup accept\n");
|
||||
ok(thread_params.ReadKilled || broken(!thread_params.ReadKilled) /* Win98/ME, after accept */,
|
||||
"closesocket did not wakeup accept\n");
|
||||
|
||||
done:
|
||||
if (accepted != INVALID_SOCKET)
|
||||
|
|
Loading…
Reference in New Issue