mirror of
https://github.com/reactos/wine.git
synced 2025-03-03 10:17:23 +00:00
Undef if_type, if_mtu and if_lastchange for darwin.
This commit is contained in:
parent
87c15681b2
commit
836ce4b3e8
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user