diff --git a/include/rpcndr.h b/include/rpcndr.h index 27b90968272..13711f2f2df 100644 --- a/include/rpcndr.h +++ b/include/rpcndr.h @@ -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 {