mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 10:02:02 +00:00
[RPCRT4] Fully WineSync spec file. CORE-16441 (#2494)
* [RPCRT4] Export NdrServerCallAll stub Addendum to6feb8748d3
. Import rest ofe54224e88c
With thanks to Hermès B., who noticed it is 64bit only. CORE-16441 * [RPCRT4] Fix NdrServerContextMarshall spec file entry Addendum to6feb8748d3
. Import660ee356e9
CORE-16441 * [RPCRT4] Fix RpcNetworkIsProtseqValid[AW] spec file entries Cherry-pick6127c688ea
This commit is contained in:
parent
05ba7228a0
commit
a16a37fd2d
2 changed files with 6 additions and 3 deletions
|
@ -682,6 +682,8 @@ RPCRTAPI void RPC_ENTRY
|
|||
NdrServerCall2( PRPC_MESSAGE pRpcMsg );
|
||||
RPCRTAPI void RPC_ENTRY
|
||||
NdrServerCall( PRPC_MESSAGE pRpcMsg );
|
||||
RPCRTAPI void RPC_ENTRY
|
||||
NdrServerCallAll( PRPC_MESSAGE pRpcMsg );
|
||||
RPCRTAPI void RPC_ENTRY
|
||||
NdrAsyncServerCall( PRPC_MESSAGE pRpcMsg );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue