From 3a13de3115d042f9e4645f6961c10810df372f62 Mon Sep 17 00:00:00 2001 From: Rob Shearman Date: Sat, 8 Dec 2007 17:46:41 +0000 Subject: [PATCH] rpcrt4: Add a trace to NdrBaseTypeMemorySize. --- dlls/rpcrt4/ndr_marshall.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/rpcrt4/ndr_marshall.c b/dlls/rpcrt4/ndr_marshall.c index 77fed42b5ce..17b84c4ca61 100644 --- a/dlls/rpcrt4/ndr_marshall.c +++ b/dlls/rpcrt4/ndr_marshall.c @@ -5667,6 +5667,8 @@ static ULONG WINAPI NdrBaseTypeMemorySize( PMIDL_STUB_MESSAGE pStubMsg, PFORMAT_STRING pFormat) { + TRACE("pStubMsg %p, type 0x%02x\n", pStubMsg, *pFormat); + switch(*pFormat) { case RPC_FC_BYTE: -- 2.11.4.GIT