iphlpapi: #define RTF_LLINFO if not in system headers.

This commit is contained in:
Gerald Pfeifer 2009-01-28 11:40:42 +01:00 committed by Alexandre Julliard
parent 100df7378d
commit ee1d767fd8

View File

@ -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)