mirror of
https://github.com/reactos/reactos.git
synced 2025-05-30 14:39:46 +00:00
[PSDK] Update rpcndr.h. CORE-16441
This commit is contained in:
parent
c41dde9a2b
commit
392821caea
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ void __RPC_USER MIDL_user_free(void *);
|
||||||
(RpcExceptionCode() == RPC_X_BAD_STUB_DATA) || \
|
(RpcExceptionCode() == RPC_X_BAD_STUB_DATA) || \
|
||||||
(RpcExceptionCode() == RPC_S_INVALID_BOUND))
|
(RpcExceptionCode() == RPC_S_INVALID_BOUND))
|
||||||
|
|
||||||
typedef struct tagNDR_SCONTEXT
|
typedef struct _NDR_SCONTEXT
|
||||||
{
|
{
|
||||||
void *pad[2];
|
void *pad[2];
|
||||||
void *userContext;
|
void *userContext;
|
||||||
|
|
Loading…
Reference in a new issue