Commit 72fb5e62 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

iphlpapi: Define RTF_MULTICAST if not available.

parent 89f88a49
...@@ -130,6 +130,10 @@ ...@@ -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)
......
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