2007-10-03 Jiri Malak <Jiri.Malak@iol.cz>

* include/rpcndr.h: Missing NdrClientCall2 entry.
        * lib/rpcrt4.def: Ditto.
This commit is contained in:
Chris Sutcliffe 2007-10-03 23:49:35 +00:00
parent b0d00f7a53
commit 2fb5f81aa5
3 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,9 @@
2007-10-03 Frank Fesevur <ffes@users.sourceforge.net>
2007-10-03 Jiri Malak <Jiri.Malak@iol.cz>
* include/rpcndr.h: Missing NdrClientCall2 entry.
* lib/rpcrt4.def: Ditto.
2007-10-03 Frank Fesevur <ffes@users.sourceforge.net>
* lib/scnsave.c: Multi-monitor support.
2007-08-03 Chris Sutcliffe <ir0nh34d@users.sf.net>

View File

@ -438,6 +438,7 @@ unsigned char *RPC_ENTRY NdrSendReceive(PMIDL_STUB_MESSAGE,unsigned char*);
unsigned char *RPC_ENTRY NdrNsSendReceive(PMIDL_STUB_MESSAGE,unsigned char*,RPC_BINDING_HANDLE*);
void RPC_ENTRY NdrFreeBuffer(PMIDL_STUB_MESSAGE);
CLIENT_CALL_RETURN RPC_VAR_ENTRY NdrClientCall(PMIDL_STUB_DESC,PFORMAT_STRING,...);
CLIENT_CALL_RETURN RPC_VAR_ENTRY NdrClientCall2(PMIDL_STUB_DESC,PFORMAT_STRING,...);
typedef enum {
STUB_UNMARSHAL,
STUB_CALL_SERVER,

View File

@ -79,6 +79,7 @@ NdrCStdStubBuffer2_Release@8
NdrCStdStubBuffer_Release@8
NdrClearOutParameters@12
NdrClientCall
NdrClientCall2
NdrClientContextMarshall@12
NdrClientContextUnmarshall@12
NdrClientInitialize@16