Owen Rudge <[email protected]> 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
[email protected]


Reply via email to