[PATCH 08/12] d3d10core/tests: Allow passing any interface to get_refcount().

Henri Verbeet hverbeet at gmail.com
Fri Apr 21 06:03:24 CDT 2017


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



More information about the wine-devel mailing list