rpcrt4: Make UserMarshalFlags static.
This commit is contained in:
parent
df57b025c6
commit
115525f3c4
|
@ -2576,7 +2576,7 @@ void WINAPI NdrComplexArrayFree(PMIDL_STUB_MESSAGE pStubMsg,
|
|||
pMemory = ComplexFree(pStubMsg, pMemory, pFormat, NULL);
|
||||
}
|
||||
|
||||
unsigned long UserMarshalFlags(PMIDL_STUB_MESSAGE pStubMsg)
|
||||
static unsigned long UserMarshalFlags(PMIDL_STUB_MESSAGE pStubMsg)
|
||||
{
|
||||
return MAKELONG(pStubMsg->dwDestContext,
|
||||
pStubMsg->RpcMsg->DataRepresentation);
|
||||
|
|
Loading…
Reference in New Issue