mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
iphlpapi: #define RTF_LLINFO if not in system headers.
This commit is contained in:
parent
100df7378d
commit
ee1d767fd8
@ -142,6 +142,10 @@
|
||||
#define RTF_MULTICAST 0 /* Not available on NetBSD/OpenBSD */
|
||||
#endif
|
||||
|
||||
#ifndef RTF_LLINFO
|
||||
#define RTF_LLINFO 0 /* Not available on FreeBSD 8 and above */
|
||||
#endif
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(iphlpapi);
|
||||
|
||||
DWORD getInterfaceStatsByName(const char *name, PMIB_IFROW entry)
|
||||
|
Loading…
Reference in New Issue
Block a user