rpcndr.h: Avoid error_status_t redefinition.
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ca56ef6739
commit
4444d19ee3
|
@ -444,7 +444,11 @@ typedef struct _FULL_PTR_XLAT_TABLES {
|
|||
|
||||
struct IRpcStubBuffer;
|
||||
|
||||
#ifndef _ERROR_STATUS_T_DEFINED
|
||||
typedef ULONG error_status_t;
|
||||
#define _ERROR_STATUS_T_DEFINED
|
||||
#endif
|
||||
|
||||
typedef void * NDR_CCONTEXT;
|
||||
|
||||
typedef struct _SCONTEXT_QUEUE {
|
||||
|
|
Loading…
Reference in New Issue