hhctrl.ocx: Decode HTML entities in contents and index

Alexandre Julliard julliard at winehq.org
Tue Mar 1 09:42:11 CST 2011


Owen Rudge <orudge at 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
julliard at winehq.org



More information about the wine-devel mailing list