ChangeSet ID: 6061 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/10/28 17:53:24
Modified files: dlls/rpcrt4 : rpc_message.c ndr_midl.c ndr_marshall.c
Log message: Greg Turner gmturner007@ameritech.net - Pull the buffer from the rpc message into the midl stub message during RpcServerInitializeNew. - Attempt to implement NdrConformantStringUnmarshall. - More assertions. - Comments and cleanups.
Patch: http://cvs.winehq.com/patch.py?id=6061
Old revision New revision Changes Path 1.3 1.4 +2 -0 wine/dlls/rpcrt4/rpc_message.c 1.9 1.10 +2 -0 wine/dlls/rpcrt4/ndr_midl.c 1.7 1.8 +74 -4 wine/dlls/rpcrt4/ndr_marshall.c