[PATCH 4/5] scrrun: Implement IEnumVARIANT stub for folder collection

Dmitry Timoshkov dmitry at baikal.ru
Fri Jan 3 04:25:15 CST 2014


Nikolay Sivov <nsivov at codeweavers.com> wrote:

> +static inline ULONG get_refcount(IUnknown *iface)
> +{
> +    ULONG ref = IUnknown_AddRef(iface);
> +    IUnknown_Release(iface);
> +    return ref;
> +}

This implementation may lead to wrong conclusions.

-- 
Dmitry.



More information about the wine-devel mailing list