[PATCH 1/8] propsys: Add support for VT_CLSID in PropVariantCompareEx().

Nikolay Sivov bunglehead at gmail.com
Fri Mar 15 03:36:25 CDT 2019


On Fri, 15 Mar 2019 at 11:29, Dmitry Timoshkov <dmitry at baikal.ru> wrote:

> Nikolay Sivov <nsivov at 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.
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20190315/45f2ca6a/attachment.html>


More information about the wine-devel mailing list