rpcrt4: An interface pointer just has the size of a regular pointer.

Francois Gouget fgouget at codeweavers.com
Wed Nov 16 09:24:39 CST 2011


---
 dlls/rpcrt4/ndr_stubless.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dlls/rpcrt4/ndr_stubless.c b/dlls/rpcrt4/ndr_stubless.c
index fdde3a4..88aae7a 100644
--- a/dlls/rpcrt4/ndr_stubless.c
+++ b/dlls/rpcrt4/ndr_stubless.c
@@ -211,6 +211,8 @@ static DWORD calc_arg_size(MIDL_STUB_MESSAGE *pStubMsg, PFORMAT_STRING pFormat)
         break;
     default:
         FIXME("Unhandled type %02x\n", *pFormat);
+        /* fallthrough */
+    case RPC_FC_IP:
         size = sizeof(void *);
         break;
     }
-- 
1.7.7.1



More information about the wine-patches mailing list