On 21 April 2017 at 10:59, Józef Kucia jkucia@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.