ws2_32/tests: fix failure on win98/me.

This commit is contained in:
Mike Kaplinskiy 2009-10-05 01:51:58 -04:00 committed by Alexandre Julliard
parent 4462fb356d
commit 6d20b84ddd
1 changed files with 2 additions and 1 deletions

View File

@ -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)