iphlpapi: Define RTF_MULTICAST if not available.
This commit is contained in:
parent
89f88a49a4
commit
72fb5e6276
|
@ -130,6 +130,10 @@
|
||||||
#define TCPS_CLOSING 11
|
#define TCPS_CLOSING 11
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef RTF_MULTICAST
|
||||||
|
#define RTF_MULTICAST 0 /* Not available on NetBSD/OpenBSD */
|
||||||
|
#endif
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(iphlpapi);
|
WINE_DEFAULT_DEBUG_CHANNEL(iphlpapi);
|
||||||
|
|
||||||
DWORD getInterfaceStatsByName(const char *name, PMIB_IFROW entry)
|
DWORD getInterfaceStatsByName(const char *name, PMIB_IFROW entry)
|
||||||
|
|
Loading…
Reference in New Issue