mirror of
https://github.com/curl/curl.git
synced 2026-07-23 17:17:23 +03:00
use it as 'struct addrinfo' so perhaps it builds on mingw again
This commit is contained in:
parent
75dbb3189a
commit
2fe3c22108
1 changed files with 1 additions and 1 deletions
|
|
@ -350,7 +350,7 @@ static unsigned __stdcall getaddrinfo_thread (void *arg)
|
|||
struct addrinfo *res;
|
||||
char service [NI_MAXSERV];
|
||||
int rc;
|
||||
addrinfo hints = td->hints;
|
||||
struct addrinfo hints = td->hints;
|
||||
|
||||
/* Duplicate the passed mutex handle.
|
||||
* This allows us to use it even after the container gets destroyed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue