mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-08 10:50:28 +00:00
Fix recvfrom on Windows (closes #841)
This commit is contained in:
parent
48b2afb192
commit
820b7690e6
1 changed files with 2 additions and 2 deletions
|
@ -66,8 +66,8 @@ textwindows int WSARecvFrom(
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
rc = __imp_WSARecvFrom(s, inout_lpBuffers, dwBufferCount,
|
rc = __imp_WSARecvFrom(s, inout_lpBuffers, dwBufferCount,
|
||||||
opt_out_lpNumberOfBytesRecvd, opt_out_fromsockaddr,
|
opt_out_lpNumberOfBytesRecvd, inout_lpFlags,
|
||||||
opt_inout_fromsockaddrlen, inout_lpFlags,
|
opt_out_fromsockaddr, opt_inout_fromsockaddrlen,
|
||||||
opt_inout_lpOverlapped, opt_lpCompletionRoutine);
|
opt_inout_lpOverlapped, opt_lpCompletionRoutine);
|
||||||
#endif
|
#endif
|
||||||
return rc;
|
return rc;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue