Juan Lang juan_lang@yahoo.com writes:
ChangeLog: Adds an implementation of iphlpapi.dll; most Get* functions introduced through Win98 are included.
I've applied the dll (with some changes), but not the test, it will require some more fixes. The main problem is that you shouldn't check the Windows version, you should call whatever functions are available independently of what GetVersion() returns. Also the test must not print anything to stdout, it should use the trace() macro instead.