include: Don't use unnamed struct for NDR_SCONTEXT declaration.
Fixes C++ warning. Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
0b9090acca
commit
3c5ae5a105
|
@ -136,7 +136,7 @@ void __RPC_USER MIDL_user_free(void *);
|
|||
(RpcExceptionCode() == RPC_X_BAD_STUB_DATA) || \
|
||||
(RpcExceptionCode() == RPC_S_INVALID_BOUND))
|
||||
|
||||
typedef struct
|
||||
typedef struct _NDR_SCONTEXT
|
||||
{
|
||||
void *pad[2];
|
||||
void *userContext;
|
||||
|
|
Loading…
Reference in New Issue