mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Fix build
svn path=/trunk/; revision=73053
This commit is contained in:
@@ -139,7 +139,7 @@ START_TEST(WSAAsync)
|
||||
{
|
||||
addrsize = sizeof(addr_remote);
|
||||
sockaccept = accept(fSockets[dwWait - WAIT_OBJECT_0], (struct sockaddr*)&addr_remote, &addrsize);
|
||||
ok(sockaccept != INVALID_SOCKET, "ERROR: Connection accept function failed, error %ld\n", WSAGetLastError());
|
||||
ok(sockaccept != INVALID_SOCKET, "ERROR: Connection accept function failed, error %d\n", WSAGetLastError());
|
||||
dwFlags |= FD_ACCEPT;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user