https://git.reactos.org/?p=reactos.git;a=commitdiff;h=392821caeae2d78bb8c0d8...
commit 392821caeae2d78bb8c0d8652619a7d718f179db Author: Amine Khaldi amine.khaldi@reactos.org AuthorDate: Sat Nov 23 12:12:08 2019 +0100 Commit: Amine Khaldi amine.khaldi@reactos.org CommitDate: Sat Nov 23 12:12:08 2019 +0100
[PSDK] Update rpcndr.h. CORE-16441 --- sdk/include/psdk/rpcndr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdk/include/psdk/rpcndr.h b/sdk/include/psdk/rpcndr.h index bc06335c675..1380c81f51f 100644 --- a/sdk/include/psdk/rpcndr.h +++ b/sdk/include/psdk/rpcndr.h @@ -141,7 +141,7 @@ void __RPC_USER MIDL_user_free(void *); (RpcExceptionCode() == RPC_X_BAD_STUB_DATA) || \ (RpcExceptionCode() == RPC_S_INVALID_BOUND))
-typedef struct tagNDR_SCONTEXT +typedef struct _NDR_SCONTEXT { void *pad[2]; void *userContext;