Owen Rudge <oru...@codeweavers.com> writes:

> +static int cmp(const void *key, const void *element)
> +{
> +    HtmlEntity *entity = (HtmlEntity *) element;
> +    return strncmpW((LPCWSTR) key, entity->string, lstrlenW(entity->string));
> +}

This won't work.

-- 
Alexandre Julliard
julli...@winehq.org


Reply via email to