[PATCH 2/3] propsys: Add VT_CLSID support for PropVariantToGUID().

Dmitry Timoshkov dmitry at baikal.ru
Thu Feb 14 21:40:35 CST 2019


Jactry Zeng <jzeng at 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.



More information about the wine-devel mailing list