shell32/tests: Use GetProcAddress() on SHGetPathFromIDListW() because it is missing...
[wine] / dlls / iphlpapi / ifenum.c
2007-11-16  Juan Langiphlpapi: Avoid HEAP_ZERO_MEMORY where it isn't needed.
2007-11-16  Juan Langiphlpapi: Don't allocate gobs of memory if there are...
2007-11-16  Juan Langiphlpapi: Don't allocate gobs of memory if the IP addre...
2007-11-16  Juan Langiphlpapi: Don't allocate gobs of memory if interface...
2007-01-26  Mark Adamsiphlpapi: Filter out no-ip addresses when building...
2007-01-26  Mark Adamsiphlpapi: Clarify interface counting.
2006-12-21  Ken Thomasesiphlpapi: Fixed a problem with enumerating network...
2006-12-05  Francois GougetAssorted spelling fixes.
2006-10-24  Marcus Meissneriphlpapi: NetBSD needs sys/param.h.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-24  Vitaly Lipatoviphplapi: Define IF_NAMESIZE if missing.
2006-01-27  Juan Langiphlpapi: Reimplement interface enumeration.
2006-01-25  Juan Langiphlpapi: Remove one IP address per interface restriction.
2006-01-24  Juan Langiphlpapi: Clean up memory allocation.
2006-01-20  Juan Langiphlpapi: Remove redundant comments and fix typos.
2005-12-13  Juan Langiphlpapi: Fix a couple of file descriptor leaks.
2005-06-13  Robert ShearmanFix size passed to lstrcpynA function - sizeof(string...
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-13  Juan Lang- use Heap functions rather than libc for mem allocation
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-01-14  Robert LunnonCorrected code to acquire mtu under Solaris.
2003-11-30  Juan Lang- fixes thread safety issues
2003-10-14  Dmitry TimoshkovFixed some problems found while compiling and linking...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-08  Patrik StridvallFixed some issues found by winapi_check.
2003-07-09  Robert LunnonFixed some compile problems under Solaris.
2003-05-21  Alexandre JulliardFixed wrong length argument in getInterfacePhysicalByName.
2003-05-13  Alexandre JulliardFixed some string overflows.
2003-05-13  Juan LangAdded an implementation of iphlpapi.dll; most Get*...