include: Fix a typo in midles.h.
This commit is contained in:
parent
6f44627b04
commit
b8af667739
|
@ -59,7 +59,7 @@ typedef struct _MIDL_ES_MESSAGE
|
|||
unsigned char *Buffer;
|
||||
ULONG BufferSize;
|
||||
unsigned char **pDynBuffer;
|
||||
unsigned char *pEncodedSize;
|
||||
ULONG *pEncodedSize;
|
||||
RPC_SYNTAX_IDENTIFIER InterfaceId;
|
||||
ULONG ProcNumber;
|
||||
ULONG AlienDataRep;
|
||||
|
|
Loading…
Reference in New Issue