Rename if_indextoname to cygwin_if_indextoname (analag for if_nametoindex)

Just call OS functions
This commit is contained in:
Corinna Vinschen
2015-12-15 15:50:13 +01:00
parent bd4339e2a2
commit c356901f0d
3 changed files with 8 additions and 68 deletions

View File

@ -574,6 +574,8 @@ LoadDLLfunc (GetIpAddrTable, 12, iphlpapi)
LoadDLLfunc (GetIpForwardTable, 12, iphlpapi)
LoadDLLfunc (GetNetworkParams, 8, iphlpapi)
LoadDLLfunc (GetUdpTable, 12, iphlpapi)
LoadDLLfunc (if_indextoname, 8, iphlpapi)
LoadDLLfunc (if_nametoindex, 4, iphlpapi)
LoadDLLfuncEx (CancelSynchronousIo, 4, kernel32, 1)
LoadDLLfunc (CreateSymbolicLinkW, 12, kernel32)