include: Fix a typo in midles.h.

This commit is contained in:
Rob Shearman 2007-11-05 11:09:52 +00:00 committed by Alexandre Julliard
parent 6f44627b04
commit b8af667739
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ typedef struct _MIDL_ES_MESSAGE
unsigned char *Buffer; unsigned char *Buffer;
ULONG BufferSize; ULONG BufferSize;
unsigned char **pDynBuffer; unsigned char **pDynBuffer;
unsigned char *pEncodedSize; ULONG *pEncodedSize;
RPC_SYNTAX_IDENTIFIER InterfaceId; RPC_SYNTAX_IDENTIFIER InterfaceId;
ULONG ProcNumber; ULONG ProcNumber;
ULONG AlienDataRep; ULONG AlienDataRep;