Re: ntdll: Store all 'comClass' attributes
26 Aug
2013
26 Aug
'13
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
27 Aug
27 Aug
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.
4493
Age (days ago)
4494
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alexandre Julliard -
Nikolay Sivov