Commit 836ce4b3 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont Committed by Alexandre Julliard

Undef if_type, if_mtu and if_lastchange for darwin.

parent 87c15681
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment