diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2002-11-10 13:43:26 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2002-11-10 13:43:26 +0000 |
commit | 7922485391a47b7a9384e3367111b80de58036e2 (patch) | |
tree | a286d05dc0dd293aab78686f592a0fbbe5fbdfa8 /winsup/cygwin/autoload.cc | |
parent | 5d7bffe927d1a2c70b8f16b52c31543ffa3961eb (diff) | |
download | cygnal-7922485391a47b7a9384e3367111b80de58036e2.tar.gz cygnal-7922485391a47b7a9384e3367111b80de58036e2.tar.bz2 cygnal-7922485391a47b7a9384e3367111b80de58036e2.zip |
* net.cc: Run indent.
* autoload.cc (GetIfEntry): Add symbol.
* net.cc (get_2k_ifconf): Get the interface entries with the GetIfEntry
call intead of the GetIfTable call. Clean-up multiple IP address naming.
Diffstat (limited to 'winsup/cygwin/autoload.cc')
-rw-r--r-- | winsup/cygwin/autoload.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/autoload.cc b/winsup/cygwin/autoload.cc index 7c3f47fc6..0b66278f6 100644 --- a/winsup/cygwin/autoload.cc +++ b/winsup/cygwin/autoload.cc @@ -485,6 +485,7 @@ LoadDLLfuncEx (WSAEventSelect, 12, ws2_32, 1) LoadDLLfuncEx (WSAEnumNetworkEvents, 12, ws2_32, 1) LoadDLLfuncEx (GetIfTable, 12, iphlpapi, 1) +LoadDLLfuncEx (GetIfEntry, 4, iphlpapi, 1) LoadDLLfuncEx (GetIpAddrTable, 12, iphlpapi, 1) LoadDLLfunc (CoInitialize, 4, ole32) |