msi: Fix the value parameter of IWineMsiRemotePackage::FormatRecord to have the right level of indirection for an [out] parameter.

Robert Shearman rob at codeweavers.com
Wed Apr 16 11:22:52 CDT 2008


Remove the redundant size parameter and simplify the client code such 
that the remote function is only called once, with the value being 
automatically allocated. Add corresponding code on the server side to 
automatically allocate said value.
---
  dlls/msi/format.c      |   17 +----------------
  dlls/msi/msiserver.idl |    2 +-
  dlls/msi/package.c     |   13 +++++++++++--
  3 files changed, 13 insertions(+), 19 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: b5e4c6e2cd19f412e58fad5f524a6fca370be4bb.diff
Type: text/x-patch
Size: 2757 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080416/0413a282/attachment.bin 


More information about the wine-patches mailing list