Correct spec entry for DllGetClassObject.
[wine] / dlls / iphlpapi / ipstats.c
2004-03-01  Alexandre JulliardPortability fixes for LSB compatibility.
2003-10-14  Dmitry TimoshkovFixed some problems found while compiling and linking...
2003-09-30  Daniel MarmierUse #ifdef instead of #if for all feature tests.
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-06-16  Gerald PfeiferUnbreak getTcpTable() on Linux-based systems and make...
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  Juan LangAdded an implementation of iphlpapi.dll; most Get*...