Respect the flags member of the CHOOSEFONT structure, and don't
[wine] / dlls / iphlpapi / ifenum.c
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*...