mirror of https://github.com/aria2/aria2
MinGW build fix
parent
0d22ad24f1
commit
3d0b10e637
|
@ -119,7 +119,7 @@ void AsyncNameResolver::process(fd_set* rfdsPtr, fd_set* wfdsPtr)
|
||||||
|
|
||||||
int AsyncNameResolver::getsock(sock_t* sockets) const
|
int AsyncNameResolver::getsock(sock_t* sockets) const
|
||||||
{
|
{
|
||||||
return ares_getsock(channel, sockets, ARES_GETSOCK_MAXNUM);
|
return ares_getsock(channel, (int *) sockets, ARES_GETSOCK_MAXNUM);
|
||||||
}
|
}
|
||||||
|
|
||||||
void AsyncNameResolver::process(ares_socket_t readfd, ares_socket_t writefd)
|
void AsyncNameResolver::process(ares_socket_t readfd, ares_socket_t writefd)
|
||||||
|
|
Loading…
Reference in New Issue