Commit 3a13de31 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

rpcrt4: Add a trace to NdrBaseTypeMemorySize.

parent 7ae1d448
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment