Skip to content
Snippets Groups Projects
Commit 836ce4b3 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont Committed by Alexandre Julliard
Browse files

Undef if_type, if_mtu and if_lastchange for darwin.

parent 87c15681
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment