Re: [PATCH 08/12] d3d10core/tests: Allow passing any interface to get_refcount().
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.
3159
Age (days ago)
3159
Last active (days ago)
0 comments
1 participants
participants (1)
-
Henri Verbeet