mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
minor fix.
svn path=/branches/ros-amd64-bringup/; revision=35827
This commit is contained in:
parent
2f59177f5f
commit
e4385a44a2
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue