15 Nov
2016
15 Nov
'16
9:31 a.m.
On 11/15/2016 11:14 AM, Alistair Leslie-Hughes wrote:
Hi Nikolay,
On 15/11/16 03:56, Nikolay Sivov wrote:
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
+ hr = IErrorRecords_GetRecordCount(errrecs, &cnt); + ok(hr == S_OK, "got %08x\n", hr); + ok(cnt == 0, "expected 2 got %d\n", cnt); The comment here is incorrect. Right, thanks.
Best Regards Alistair.