Module: wine Branch: refs/heads/master Commit: 69d18c48b1fa83e38355affa61fb6d738aa2cebf URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=69d18c48b1fa83e38355affa...
Author: Huw Davies huw@codeweavers.com Date: Tue May 23 12:06:23 2006 +0100
rpcrt4: Add another static.
---
dlls/rpcrt4/ndr_marshall.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/rpcrt4/ndr_marshall.c b/dlls/rpcrt4/ndr_marshall.c index 075b84e..113f0bf 100644 --- a/dlls/rpcrt4/ndr_marshall.c +++ b/dlls/rpcrt4/ndr_marshall.c @@ -320,7 +320,7 @@ static inline BOOL IsConformanceOrVarian 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);