iphlpapi-TCP_Table: Use WS_AF_INET instead of AF_INET.

This commit is contained in:
Sebastian Lackner 2015-08-19 16:40:11 +02:00
parent 9a74e72f1b
commit f28931a026

View File

@ -56,7 +56,7 @@ index 3ff30f3..460f688 100644
+
+ if (!ppTcpTable) return ERROR_INVALID_PARAMETER;
+
+ if (family != AF_INET)
+ if (family != WS_AF_INET)
+ {
+ FIXME( "family = %u not supported\n", family );
+ return ERROR_NOT_SUPPORTED;