In Mac OS X as in NetBSD we need to undef if_type, if_mtu and if_lastchange.
Thanks...
Pierre
Modified files: dlls/wsock32/wscontrol.h ChangeLog: undef if_type, if_mtu and if_lastchange for darwin
Index: dlls/wsock32/wscontrol.h =================================================================== RCS file: /home/wine/wine/dlls/wsock32/wscontrol.h,v retrieving revision 1.7 diff -u -r1.7 wscontrol.h --- dlls/wsock32/wscontrol.h 28 Jun 2002 17:37:34 -0000 1.7 +++ dlls/wsock32/wscontrol.h 11 May 2003 19:16:34 -0000 @@ -119,7 +119,7 @@ ushort iae_pad; } IPAddrEntry; -#ifdef __NetBSD__ +#if defined(__NetBSD__) || defined(__darwin__) #undef if_type #undef if_mtu #undef if_lastchange