user: Use winproc callbacks for the remaining 16-bit messaging functions.
[wine] / dlls / iphlpapi / iphlpapi_main.c
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-10  Michael Stefaniucjanitorial: Remove redundant NULL pointer checks before...
2006-01-30  Marcus Meissneriphlpapi: Allocate space enough to handle all the possi...
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-11-23  Francois GougetAssorted spelling fixes.
2005-11-14  Markus AmslerAdd, reformat API documentation.
2005-09-12  Alexandre JulliardFixed some traces to use the right printf format and...
2005-07-07  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-06-27  Eric PouechConst correctness fixes.
2005-06-14  Alexandre JulliardMoved network configuration parameters to HKCU\Software...
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2004-12-13  Juan Lang- use Heap functions rather than libc for mem allocation
2004-01-15  Alexandre JulliardDefine INADDR_NONE if needed (reported by Robert Lunnon).
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-09-08  Juan Lang- Fix buffer overrun in GetNetworkParams.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-08  Patrik StridvallFixed some issues found by winapi_check.
2003-06-23  Eric PouechFixed a few bugs in network interface handling (code...
2003-05-19  Pierre d'HerbemontInclude arpa/nameser.h before resolv.h.
2003-05-13  Gerald PfeiferAdd missing #includes for non-Linux systems.
2003-05-13  Juan LangAdded an implementation of iphlpapi.dll; most Get*...