Added a stub for NetStatisticsGet.
[wine] / dlls / iphlpapi /
2003-09-08  Juan Lang- Fix buffer overrun in GetNetworkParams.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-02  Juan LangFixed bug parsing /proc/net/arp for arp table.
2003-08-08  Patrik StridvallFixed some issues found by winapi_check.
2003-07-09  Robert LunnonFixed some compile problems under Solaris.
2003-06-23  Eric PouechFixed a few bugs in network interface handling (code...
2003-06-16  Gerald PfeiferUnbreak getTcpTable() on Linux-based systems and make...
2003-05-21  Alexandre JulliardFixed wrong length argument in getInterfacePhysicalByName.
2003-05-19  Pierre d'HerbemontInclude arpa/nameser.h before resolv.h.
2003-05-15  Gerald PfeiferIn getTcpTable(), guard Linux-specific constants by...
2003-05-13  Gerald PfeiferAdd missing #includes for non-Linux systems.
2003-05-13  Alexandre JulliardFixed some string overflows.
2003-05-13  Alexandre JulliardAdded iphlpapi.spec.def.
2003-05-13  Juan LangAdded an implementation of iphlpapi.dll; most Get*...