[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-devel
Subject:    Re: [v2 PATCH 3/4] mfplat: Implement MFTEnum.
From:       Nikolay Sivov <bunglehead () gmail ! com>
Date:       2017-04-30 6:13:48
Message-ID: 8275ecd9-01eb-4e7f-cfa8-ec25da91e1ca () gmail ! com
[Download RAW message or body]

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?



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic