Module: wine Branch: master Commit: 3a13de3115d042f9e4645f6961c10810df372f62 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3a13de3115d042f9e4645f6961...
Author: Rob Shearman rob@codeweavers.com Date: Sat Dec 8 17:46:41 2007 +0000
rpcrt4: Add a trace to NdrBaseTypeMemorySize.
---
dlls/rpcrt4/ndr_marshall.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/dlls/rpcrt4/ndr_marshall.c b/dlls/rpcrt4/ndr_marshall.c index 77fed42..17b84c4 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: