mirror of
https://github.com/curl/curl.git
synced 2026-07-24 22:27:17 +03:00
Harshal Pradhan made minor syntax change to make this build with MSVC 7.1
This commit is contained in:
parent
1dc8c1dbc8
commit
9f14744d16
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ static int get_iphlpapi_dns_info (char *ret_buf, size_t ret_size)
|
|||
{
|
||||
FIXED_INFO *fi = alloca (sizeof(*fi));
|
||||
DWORD size = sizeof (*fi);
|
||||
DWORD WINAPI (*GetNetworkParams) (FIXED_INFO*, DWORD*); /* available only on Win-98/2000+ */
|
||||
DWORD (WINAPI *GetNetworkParams) (FIXED_INFO*, DWORD*); /* available only on Win-98/2000+ */
|
||||
HMODULE handle;
|
||||
IP_ADDR_STRING *ipAddr;
|
||||
int i, count = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue