1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-12-09 03:36:41 +00:00

Harshal Pradhan made minor syntax change to make this build with MSVC 7.1

This commit is contained in:
Daniel Stenberg
2004-08-13 12:00:33 +00:00
parent 9c47514118
commit 5d6bdc38cb

View File

@ -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;