Remove unneeded headers to reduce unneeded rebuilds.
[wine] / dlls / iphlpapi /
2004-12-13  Juan Lang- use Heap functions rather than libc for mem allocation
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-05-06  Dmitry TimoshkovIt's OK to have dwNumEntries == 0 if there is no networ...
2004-05-04  Francois GougetMake our ascii strings static const.
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-22  Hans LeidekkerDon't include config.h.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-03-01  Alexandre JulliardPortability fixes for LSB compatibility.
2004-02-20  Patrik StridvallFixed some issues found by winapi_check.
2004-02-09  Juan LangRemove dead comment.
2004-01-15  Alexandre JulliardDefine INADDR_NONE if needed (reported by Robert Lunnon).
2004-01-14  Robert LunnonCorrected code to acquire mtu under Solaris.
2004-01-08  Hans LeidekkerRemove some unused headers.
2004-01-07  Juan LangFixed the dwBCastAddr member of MIB_IPADDRROW, added...
2004-01-02  Juan LangAdd tracing, add WINS configuration to GetAdaptersInfo...
2003-11-30  Juan Lang- fixes thread safety issues
2003-10-31  Aric StewartSwitched a + to a - so that it makes sense when marking...
2003-10-14  Dmitry TimoshkovFixed some problems found while compiling and linking...
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-09-30  Daniel MarmierUse #ifdef instead of #if for all feature tests.
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*...