[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:
Timo Kreuzer 2010-07-19 23:47:00 +00:00
parent 2a5f6261a5
commit a3d974ee28

View file

@ -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;