Ole: Set RPC Data Representation

Robert Shearman rob at codeweavers.com
Thu Jul 22 20:11:36 CDT 2004


Hi,

This patch doesn't really do anything other than eliminate an annoying 
fixme:NdrConvert(...)

Rob

Changelog:
Set RPC data representation.

-------------- next part --------------
Index: wine/dlls/ole32/rpc.c
===================================================================
RCS file: /home/wine/wine/dlls/ole32/rpc.c,v
retrieving revision 1.17
diff -u -r1.17 rpc.c
--- wine/dlls/ole32/rpc.c	22 Jul 2004 23:44:54 -0000	1.17
+++ wine/dlls/ole32/rpc.c	23 Jul 2004 01:04:05 -0000
@@ -320,6 +320,7 @@
     msg.Buffer		= req->Buffer;
     msg.iMethod		= req->reqh.iMethod;
     msg.cbBuffer	= req->reqh.cbBuffer;
+    msg.dataRepresentation = NDR_LOCAL_DATA_REPRESENTATION;
     req->state		= REQSTATE_INVOKING;
     req->resph.retval	= IRpcStubBuffer_Invoke(stub,&msg,NULL);
     IUnknown_Release(stub);


More information about the wine-patches mailing list