iphlpapi: Implement GetInterfaceInfo() on top of GetIfTable().
commit9f16ac9ae1269e75f79744531864e4819fd997a0
authorHuw Davies <huw@codeweavers.com>
Fri, 9 Jul 2021 08:09:23 +0000 (9 09:09 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 9 Jul 2021 09:00:32 +0000 (9 11:00 +0200)
tree05b29473d880e441b2d6bb0e30a91ce9ac8f42bd
parentecce6909d6b24134b3e7355fe0ab88b3efba2dcd
iphlpapi: Implement GetInterfaceInfo() on top of GetIfTable().

Eventually this should be implemented using NSI.  This is an
intermediate step to keep the interface names in sync.

Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/iphlpapi/iphlpapi_main.c
dlls/iphlpapi/tests/iphlpapi.c