Re: ntdll: Store all 'comClass' attributes
Aug. 26, 2013
3:04 p.m.
Nikolay Sivov <nsivov(a)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(a)winehq.org
August 2013
5:25 a.m.
New subject: ntdll: Store all 'comClass' attributes
On 8/26/2013 19:04, Alexandre Julliard wrote:
Nikolay Sivov <nsivov(a)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.
Right, thanks.
4594
Age (days ago)
4595
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alexandre Julliard -
Nikolay Sivov