3 Jan
2014
3 Jan
'14
12:03 p.m.
Nikolay Sivov <nsivov(a)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.
What you mean?
It doesn't do what its name suggests. -- Dmitry.