On Fri, 15 Mar 2019 at 11:29, Dmitry Timoshkov dmitry@baikal.ru wrote:
Nikolay Sivov nsivov@codeweavers.com wrote:
- case VT_CLSID:
res = memcmp(propvar1->u.puuid, propvar2->u.puuid,
sizeof(*propvar1->u.puuid));
break;
There was a major janitorial work that has replaced a lot of memcmp() with IsEqualCLSID()/IsEqualIID().
It doesn’t apply to this case because it’s not a test for equality.
-- Dmitry.