Added an implementation of iphlpapi.dll; most Get* functions
commit38fa5ad1bce7b3a1fd303c956fbc19c209ffd458
authorJuan Lang <juan_lang@yahoo.com>
Tue, 13 May 2003 03:32:20 +0000 (13 03:32 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 13 May 2003 03:32:20 +0000 (13 03:32 +0000)
tree9267e37a63f52b0007ec64d13dc9b00c99243155
parente15aadd58a15f0c5d0fdc6c352de374ebb9cc52b
Added an implementation of iphlpapi.dll; most Get* functions
introduced through Win98 are included.
18 files changed:
configure
configure.ac
dlls/Makefile.in
dlls/iphlpapi/.cvsignore [new file with mode: 0644]
dlls/iphlpapi/Makefile.in [new file with mode: 0644]
dlls/iphlpapi/ifenum.c [new file with mode: 0644]
dlls/iphlpapi/ifenum.h [new file with mode: 0644]
dlls/iphlpapi/iphlpapi.spec [new file with mode: 0644]
dlls/iphlpapi/iphlpapi_main.c [new file with mode: 0644]
dlls/iphlpapi/ipstats.c [new file with mode: 0644]
dlls/iphlpapi/ipstats.h [new file with mode: 0644]
include/Makefile.in
include/config.h.in
include/ipexport.h
include/iphlpapi.h [new file with mode: 0644]
include/ipifcons.h [new file with mode: 0644]
include/iprtrmib.h [new file with mode: 0644]
include/iptypes.h [new file with mode: 0644]