diff --git a/dlls/iphlpapi/ipstats.c b/dlls/iphlpapi/ipstats.c index 3fc91eb..85f91e2 100644 --- a/dlls/iphlpapi/ipstats.c +++ b/dlls/iphlpapi/ipstats.c @@ -130,6 +130,10 @@ #define TCPS_CLOSING 11 #endif +#ifndef RTF_MULTICAST +#define RTF_MULTICAST 0 /* Not available on NetBSD/OpenBSD */ +#endif + WINE_DEFAULT_DEBUG_CHANNEL(iphlpapi); DWORD getInterfaceStatsByName(const char *name, PMIB_IFROW entry)