minor fix.

svn path=/branches/ros-amd64-bringup/; revision=35827
This commit is contained in:
Samuel Serapion 2008-08-31 03:16:59 +00:00
parent 2f59177f5f
commit e4385a44a2

View file

@ -56,7 +56,7 @@ typedef struct {
static const IRpcProxyBufferVtbl StdProxy_Vtbl;
#define ICOM_THIS_MULTI(impl,field,iface) impl* const This=(impl*)((char*)(iface) - offsetof(impl,field))
#define ICOM_THIS_MULTI(impl,field,iface) impl* const This=(impl*)((char*)(iface) - FIELD_OFFSET(impl,field))
/* How the Windows stubless proxy thunks work is explained at
* http://msdn.microsoft.com/library/en-us/dnmsj99/html/com0199.asp,