rpcrt4: Rename ComplexStructSize to ComplexStructMemorySize to reflect the fact that it increments the buffer.

Robert Shearman rob at codeweavers.com
Mon May 15 07:35:07 CDT 2006


Replace the code in EmbeddedComplexSize that sizes non-encapsulated 
unions without using a memory sizer routine, since this function 
shouldn't touch the buffer.

Add a new function EmbeddedComplexMemorySize and use it in some memory 
sizer routines where EmbeddedComplexSize was previously used.

---

  dlls/rpcrt4/ndr_marshall.c |   39 +++++++++++++++++++++++++++++----------
  1 files changed, 29 insertions(+), 10 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 3aee86b25926319db829497b4480eb973e34dcc0.diff
Type: text/x-patch
Size: 3495 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20060515/35e62048/3aee86b25926319db829497b4480eb973e34dcc0.diff


More information about the wine-patches mailing list