rpcrt4: Make UserMarshalFlags static.

This commit is contained in:
Robert Shearman 2006-05-29 16:34:57 +01:00 committed by Alexandre Julliard
parent df57b025c6
commit 115525f3c4
1 changed files with 1 additions and 1 deletions

View File

@ -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);