[PATCH] include: Add IDebugClient2-7 interfaces.

Alexandre Julliard julliard at winehq.org
Tue Aug 6 02:39:43 CDT 2019


Alistair Leslie-Hughes <leslie_alistair at hotmail.com> writes:

> +#define INTERFACE IDebugBreakpoint2
> +DECLARE_INTERFACE_(IDebugBreakpoint2, IUnknown)
> +{
> +    /* IUnknown */
> +    STDMETHOD(QueryInterface)(THIS_ REFIID riid, void **out) PURE;
> +    STDMETHOD_(ULONG, AddRef)(THIS) PURE;
> +    STDMETHOD_(ULONG, Release)(THIS) PURE;
> +    /* IDebugBreakpoint2 */
> +    /* FIXME */

Please either define it correctly, or don't add it at all. A
partially-defined vtbl is confusing.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list