rpcrt4: Add another static.

This commit is contained in:
Huw Davies 2006-05-23 12:06:23 +01:00 committed by Alexandre Julliard
parent 9ba57efc18
commit 69d18c48b1
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ static inline BOOL IsConformanceOrVariancePresent(PFORMAT_STRING pFormat)
return (*(const ULONG *)pFormat != -1);
}
PFORMAT_STRING ReadConformance(MIDL_STUB_MESSAGE *pStubMsg, PFORMAT_STRING pFormat)
static PFORMAT_STRING ReadConformance(MIDL_STUB_MESSAGE *pStubMsg, PFORMAT_STRING pFormat)
{
ALIGN_POINTER(pStubMsg->Buffer, 4);
pStubMsg->MaxCount = NDR_LOCAL_UINT32_READ(pStubMsg->Buffer);