j
k
j a
j l
Nikolay Sivov nsivov@codeweavers.com wrote:
+static inline ULONG get_refcount(IUnknown *iface) +{ ULONG ref = IUnknown_AddRef(iface); IUnknown_Release(iface); return ref; +}
+static inline ULONG get_refcount(IUnknown *iface) +{
+}
This implementation may lead to wrong conclusions.
Back to the thread
Back to the list