Fix subclassing to support nested messages.
[wine] / dlls / iphlpapi / iphlpapi_main.c
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*...