[3/3] iphlpapi: Add tests for GetAdaptersAddresses.

Paul Vriens paul.vriens.wine at gmail.com
Wed Apr 29 04:47:17 CDT 2009


Hans Leidekker wrote:
> diff --git a/dlls/iphlpapi/tests/iphlpapi.c b/dlls/iphlpapi/tests/iphlpapi.c
> index 2fc5e0d..a03cc85 100644
> +static void test_GetAdaptersAddresses(void)
> +{
> +    ULONG ret, size;
> +    IP_ADAPTER_ADDRESSES *aa;
> +    IP_ADAPTER_UNICAST_ADDRESS *ua;
> +
> +    if (!gGetAdaptersAddresses) return;

Could you add a win_skip()?

-- 
Cheers,

Paul.



More information about the wine-devel mailing list