21 Apr
2017
21 Apr
'17
11:03 a.m.
On 21 April 2017 at 10:59, Józef Kucia <jkucia(a)codeweavers.com> wrote:
-static ULONG get_refcount(IUnknown *iface) +#define get_refcount(iface) get_refcount_((IUnknown *)iface) +static ULONG get_refcount_(IUnknown *iface) You don't really need that macro.