mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
rpcrt4: In NdrConformantBufferSize, SizeConformance should be called, not SizeVariance.
This commit is contained in:
parent
2479aec4af
commit
4af0a6b805
@ -2089,7 +2089,7 @@ void WINAPI NdrConformantArrayBufferSize(PMIDL_STUB_MESSAGE pStubMsg,
|
||||
pFormat = ComputeConformance(pStubMsg, pMemory, pFormat+4, 0);
|
||||
size = pStubMsg->MaxCount;
|
||||
|
||||
SizeVariance(pStubMsg);
|
||||
SizeConformance(pStubMsg);
|
||||
|
||||
ALIGN_LENGTH(pStubMsg->BufferLength, alignment);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user