Re: hhctrl.ocx: Decode HTML entities in contents and index
1 Mar
2011
1 Mar
'11
3:42 p.m.
Owen Rudge <orudge(a)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(a)winehq.org
5490
Age (days ago)
5490
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard