rpcrt4: Add a trace to NdrBaseTypeMemorySize.

This commit is contained in:
Rob Shearman 2007-12-08 17:46:41 +00:00 committed by Alexandre Julliard
parent 7ae1d44816
commit 3a13de3115

View File

@ -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: