Robert Shearman : rpcrt4: Make UserMarshalFlags static.
Module: wine Branch: refs/heads/master Commit: 115525f3c471634c0cf9111b0f33f78f21f84490 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=115525f3c471634c0cf9111b... Author: Robert Shearman <rob(a)codeweavers.com> Date: Mon May 29 16:34:57 2006 +0100 rpcrt4: Make UserMarshalFlags 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 09012bc..438d9e5 100644 --- a/dlls/rpcrt4/ndr_marshall.c +++ b/dlls/rpcrt4/ndr_marshall.c @@ -2576,7 +2576,7 @@ void WINAPI NdrComplexArrayFree(PMIDL_ST 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);
participants (1)
-
Alexandre Julliard