3 Feb
2010
3 Feb
'10
3:57 a.m.
Paul Chitescu <paulc(a)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(a)winehq.org