mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user