mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
rpcrt4: Add a trace to NdrBaseTypeMemorySize.
This commit is contained in:
parent
7ae1d44816
commit
3a13de3115
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user