Re: msxml3/httprequest: Add basic bind callback for moniker binding (try2)
30 Sep
2010
30 Sep
'10
9:10 a.m.
Nikolay Sivov <nsivov(a)codeweavers.com> writes:
+#define DEFINE_THIS2(cls,ifc,iface) ((cls*)((BYTE*)(iface)-offsetof(cls,ifc))) +#define DEFINE_THIS(cls,ifc,iface) DEFINE_THIS2(cls,lp ## ifc ## Vtbl,iface)
Don't do that, follow the standard impl_from_xxx inline function pattern. -- Alexandre Julliard julliard(a)winehq.org
5549
Age (days ago)
5549
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard