mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
[rpcndr.h]
Add a tag to NDR_SCONTEXT struct. MS headers don't have it, but gcc 4.5.x requires it, because without the tag, the struct would be from an unnamed namespace and can't be shared by different compilation units in C++. Yeah whatever... svn path=/trunk/; revision=48125
This commit is contained in:
parent
2a5f6261a5
commit
a3d974ee28
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ typedef unsigned char boolean;
|
|||
(RpcExceptionCode() == RPC_X_BAD_STUB_DATA) || \
|
||||
(RpcExceptionCode() == RPC_S_INVALID_BOUND))
|
||||
|
||||
typedef struct
|
||||
typedef struct tagNDR_SCONTEXT
|
||||
{
|
||||
void *pad[2];
|
||||
void *userContext;
|
||||
|
|
Loading…
Reference in a new issue