Commit f5ed953c authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

Set RPC data representation.

parent 1cc05ff1
......@@ -320,6 +320,7 @@ _invoke_onereq(wine_rpc_request *req) {
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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment