From 836ce4b3e880cdeb6196cb8574206b32260a252b Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Mon, 12 May 2003 03:08:18 +0000 Subject: [PATCH] Undef if_type, if_mtu and if_lastchange for darwin. --- dlls/wsock32/wscontrol.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dlls/wsock32/wscontrol.h b/dlls/wsock32/wscontrol.h index 41427018819..8e80e641f87 100644 --- a/dlls/wsock32/wscontrol.h +++ b/dlls/wsock32/wscontrol.h @@ -119,9 +119,13 @@ typedef struct IPAddrEntry ushort iae_pad; } IPAddrEntry; -#ifdef __NetBSD__ +#ifdef if_type #undef if_type +#endif +#ifdef if_mtu #undef if_mtu +#endif +#ifdef if_lastchange #undef if_lastchange #endif