iphlpapi: Define RTF_MULTICAST if not available.

This commit is contained in:
Austin English 2009-01-15 15:24:58 -06:00 committed by Alexandre Julliard
parent 89f88a49a4
commit 72fb5e6276
1 changed files with 4 additions and 0 deletions

View File

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