Commit 4444d19e authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

rpcndr.h: Avoid error_status_t redefinition.

parent ca56ef67
...@@ -444,7 +444,11 @@ typedef struct _FULL_PTR_XLAT_TABLES { ...@@ -444,7 +444,11 @@ typedef struct _FULL_PTR_XLAT_TABLES {
struct IRpcStubBuffer; struct IRpcStubBuffer;
#ifndef _ERROR_STATUS_T_DEFINED
typedef ULONG error_status_t; typedef ULONG error_status_t;
#define _ERROR_STATUS_T_DEFINED
#endif
typedef void * NDR_CCONTEXT; typedef void * NDR_CCONTEXT;
typedef struct _SCONTEXT_QUEUE { typedef struct _SCONTEXT_QUEUE {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment