mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:03:10 +00:00
[CMAKE]
Fix return type of NdrClientCall* svn path=/branches/cmake-bringup/; revision=50484
This commit is contained in:
parent
87ab59ef61
commit
50c1320ff9
3 changed files with 13 additions and 18 deletions
|
@ -650,15 +650,13 @@ RPCRTAPI void RPC_ENTRY
|
|||
RPCRTAPI unsigned char* RPC_ENTRY
|
||||
NdrUserMarshalSimpleTypeConvert( ULONG *pFlags, unsigned char *pBuffer, unsigned char FormatChar );
|
||||
|
||||
/* Note: this should return a CLIENT_CALL_RETURN, but calling convention for
|
||||
* returning structures/unions is different between Windows and gcc on i386. */
|
||||
LONG_PTR RPC_VAR_ENTRY
|
||||
CLIENT_CALL_RETURN RPC_VAR_ENTRY
|
||||
NdrClientCall2( PMIDL_STUB_DESC pStubDescriptor, PFORMAT_STRING pFormat, ... );
|
||||
LONG_PTR RPC_VAR_ENTRY
|
||||
CLIENT_CALL_RETURN RPC_VAR_ENTRY
|
||||
NdrClientCall( PMIDL_STUB_DESC pStubDescriptor, PFORMAT_STRING pFormat, ... );
|
||||
LONG_PTR RPC_VAR_ENTRY
|
||||
CLIENT_CALL_RETURN RPC_VAR_ENTRY
|
||||
NdrAsyncClientCall( PMIDL_STUB_DESC pStubDescriptor, PFORMAT_STRING pFormat, ... );
|
||||
LONG_PTR RPC_VAR_ENTRY
|
||||
CLIENT_CALL_RETURN RPC_VAR_ENTRY
|
||||
NdrDcomAsyncClientCall( PMIDL_STUB_DESC pStubDescriptor, PFORMAT_STRING pFormat, ... );
|
||||
|
||||
RPCRTAPI void RPC_ENTRY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue