[PATCH 1/5] rpcrt4: Factorise conformant array NDR functions and use them to fix the wire-representation of complex structures with conformant arrays.

Rob Shearman robertshearman at gmail.com
Sun Aug 10 05:14:07 CDT 2008


Factorise each conformant array function into the part that deals with
reading, writing or sizing the conformance and another part that deals
with reading, writing or sizing the variance and the element data.

This allows complex structures to use the right wire format where the
conformance appears before the structure data starts.
---
 dlls/rpcrt4/ndr_marshall.c |  431 +++++++++++++++++++++++++++++++++++---------
 1 files changed, 349 insertions(+), 82 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 3a069fe4c42091b3b7329fdfecd240e5023f1497.diff
Type: text/x-patch
Size: 18847 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080810/cb89b4a5/attachment-0001.bin 


More information about the wine-patches mailing list