Author: sserapion
Date: Sat Aug 30 22:16:59 2008
New Revision: 35827
URL:
http://svn.reactos.org/svn/reactos?rev=35827&view=rev
Log:
minor fix.
Modified:
branches/ros-amd64-bringup/reactos/dll/win32/rpcrt4/cproxy.c
Modified: branches/ros-amd64-bringup/reactos/dll/win32/rpcrt4/cproxy.c
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/dll/w…
==============================================================================
--- branches/ros-amd64-bringup/reactos/dll/win32/rpcrt4/cproxy.c [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/dll/win32/rpcrt4/cproxy.c [iso-8859-1] Sat Aug 30
22:16:59 2008
@@ -56,7 +56,7 @@
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,