[v2 PATCH 3/4] mfplat: Implement MFTEnum.

Nikolay Sivov bunglehead at gmail.com
Sun Apr 30 01:13:48 CDT 2017


On 30.04.2017 6:29, Alistair Leslie-Hughes wrote:
> +    for (i = 0; i < size / sizeof(GUID); i += 2)
> +    {
> +        if (!IsEqualGUID(&guids[i], &type->guidMajorType) &&
> +            !IsEqualGUID(&guids[i+1], &type->guidSubtype))
> +        {
> +            ret = TRUE;
> +            break;
> +        }
> +    }

This is confusing. Shouldn't it look for a match?



More information about the wine-devel mailing list