15 Feb
2019
15 Feb
'19
3:40 a.m.
Jactry Zeng <jzeng(a)codeweavers.com> wrote:
+ hres = PropVariantToGUID(&propvar, &guid); + ok(hres == S_OK, "PropVariantToGUID failed %x\n", hres); + ok(!memcmp(&dummy_guid, &guid, sizeof(GUID)), "incorrect GUID created: %s\n", wine_dbgstr_guid(&guid));
IsEqualGUID() would be more appropriate than memcmp(). -- Dmitry.