fix compilation error in ndr.h (type redefinition)
include/winpr/ndr.h:201: error: redefinition of typedef ‘MIDL_STUB_MESSAGE’ include/winpr/ndr.h:199: note: previous declaration of ‘MIDL_STUB_MESSAGE’ was here include/winpr/ndr.h:201: error: redefinition of typedef ‘PMIDL_STUB_MESSAGE’ include/winpr/ndr.h:199: note: previous declaration of ‘PMIDL_STUB_MESSAGE’ was here
This commit is contained in:
parent
85eaf79239
commit
80ebc98bc8
@ -198,8 +198,6 @@ typedef struct _MIDL_STUB_MESSAGE
|
||||
INT_PTR Reserved51_5;
|
||||
} MIDL_STUB_MESSAGE, *PMIDL_STUB_MESSAGE;
|
||||
|
||||
typedef struct _MIDL_STUB_MESSAGE MIDL_STUB_MESSAGE, *PMIDL_STUB_MESSAGE;
|
||||
|
||||
typedef void (*EXPR_EVAL)(struct _MIDL_STUB_MESSAGE*);
|
||||
|
||||
typedef void (*XMIT_HELPER_ROUTINE)(PMIDL_STUB_MESSAGE);
|
||||
|
Loading…
Reference in New Issue
Block a user