Huw Davies : rpcrt4: Add another static.

Alexandre Julliard julliard at wine.codeweavers.com
Tue May 23 11:04:45 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 69d18c48b1fa83e38355affa61fb6d738aa2cebf
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=69d18c48b1fa83e38355affa61fb6d738aa2cebf

Author: Huw Davies <huw at 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);




More information about the wine-cvs mailing list