Mac OS X : wscontrol.h

Pierre d'Herbemont stegefin at free.fr
Sun May 11 14:19:35 CDT 2003


Hi,

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


-------------- next part --------------
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


More information about the wine-patches mailing list