[PATCH 1/5] qedit: Mostly stubbed out implementation of SampleGrabber filter

Alexandre Julliard julliard at winehq.org
Wed Feb 3 03:57:37 CST 2010


Paul Chitescu <paulc at voip.null.ro> writes:

> +/* Macro to get the SampleGrabber This pointer from interface pointer */
> +#define GET_THIS(ptr,iface) ((SG_Impl *)((char *)(ptr) - FIELD_OFFSET(SG_Impl,iface ## _Vtbl)))

Please define an inline function for that sort of thing. Look at
shelllink.c for examples.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list