ntdll: Store all 'comClass' attributes

Alexandre Julliard julliard at winehq.org
Mon Aug 26 10:04:24 CDT 2013


Nikolay Sivov <nsivov at codeweavers.com> writes:

> +    while (min <= max)
> +    {
> +        int n, c;
> +
> +        n = (min+max)/2;
> +
> +        c = strncmpW(olemisc_values[n].name, str, len);

strncmp isn't enough.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list