ChangeSet ID: 6021
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/25 16:02:02
Modified files:
dlls/rpcrt4 : rpc_message.c ndr_midl.c ndr_marshall.c
Log message:
Greg Turner <gmturner007(a)ameritech.net>
- Use memset instead of ZeroMemory, just to be consistent with Ove's
code.
- Add some assertions where assumptions are made (need way more).
- Plug the binding handle into the RPC_MESSAGE during NdrGetBuffer.
- Implement NdrSendReceive.
- Attempt to support client and server bindings in I_RpcSend[Receive].
Patch: http://cvs.winehq.com/patch.py?id=6021
Old revision New revision Changes Path
1.1 1.2 +15 -13 wine/dlls/rpcrt4/rpc_message.c
1.6 1.7 +26 -2 wine/dlls/rpcrt4/ndr_midl.c
1.2 1.3 +1 -1 wine/dlls/rpcrt4/ndr_marshall.c