]> granicus.if.org Git - curl/commit
url: Load if_nametoindex() dynamically from iphlpapi.dll on Windows
authorSteve Holme <steve_holme@hotmail.com>
Tue, 28 May 2019 21:07:33 +0000 (22:07 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Wed, 29 May 2019 06:19:20 +0000 (07:19 +0100)
commit09eef8af18c7cc1a20f132843880f60f692d76c8
treed62fe94b2986af1108ca71329c73238a3f092d4b
parent5908009e318d070e5ba6765e47a96c61b100c273
url: Load if_nametoindex() dynamically from iphlpapi.dll on Windows

This fixes the static dependency on iphlpapi.lib and allows curl to
build for targets prior to Windows Vista.

This partially reverts 170bd047.

Fixes #3960
Closes #3958
lib/config-win32.h
lib/system_win32.c
lib/system_win32.h
lib/url.c