Module: wine Branch: master Commit: 4444d19ee37cfc20504dae2ea807458367410544 URL: https://source.winehq.org/git/wine.git/?a=commit;h=4444d19ee37cfc20504dae2ea... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Mon May 25 19:43:55 2020 +0200 rpcndr.h: Avoid error_status_t redefinition. Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- include/rpcndr.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/rpcndr.h b/include/rpcndr.h index 27b9096827..13711f2f2d 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 {