Module: wine
Branch: master
Commit: ee99b6d7438293116024249db40074450d9ae107
URL: http://source.winehq.org/git/wine.git/?a=commit;h=ee99b6d7438293116024249db…
Author: Rob Shearman <rob(a)codeweavers.com>
Date: Wed Dec 27 13:04:07 2006 +0000
ole32: Marshal the ORPCTHAT structure prefixed to the server data.
Unmarshal the data on the client side (during
ClientChannelBuffer_SendReceive) and call ClientNotify.
---
dlls/ole32/compobj.c | 1 -
dlls/ole32/rpc.c | 368 +++++++++++++++++++++++++++++++++++++++++++-------
2 files changed, 317 insertions(+), 52 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=ee99b6d74382931160242…