Commit ee1d767f authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

iphlpapi: #define RTF_LLINFO if not in system headers.

parent 100df737
......@@ -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)
......
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