rpcndr.h: Avoid error_status_t redefinition.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
feature/deterministic
Jacek Caban 2020-05-25 19:43:55 +02:00 committed by Alexandre Julliard
parent ca56ef6739
commit 4444d19ee3
1 changed files with 4 additions and 0 deletions

View File

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