Hi, This test breaks on MinGW because it includes headers not present on MinGW. It appears that these headers aren't needed anyway so I removed the includes. -Hans Changelog: Remove some unused headers.
Index: dlls/iphlpapi/tests/iphlpapi.c =================================================================== RCS file: /home/wine/wine/dlls/iphlpapi/tests/iphlpapi.c,v retrieving revision 1.1 diff -u -r1.1 iphlpapi.c --- dlls/iphlpapi/tests/iphlpapi.c 7 Jan 2004 01:08:55 -0000 1.1 +++ dlls/iphlpapi/tests/iphlpapi.c 7 Jan 2004 15:40:38 -0000 @@ -44,8 +44,6 @@ #if HAVE_SYS_SOCKET_H #include <sys/socket.h> #endif -#include <netinet/in.h> -#include <arpa/inet.h> #include <stdio.h> #include <stdlib.h>