Re: ntdll: Store all 'comClass' attributes
Aug. 26, 2013
10:04 a.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
12: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.
4639
Age (days ago)
4640
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alexandre Julliard -
Nikolay Sivov