include: Fix a typo in midles.h.

oldstable
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;
ULONG BufferSize;
unsigned char **pDynBuffer;
unsigned char *pEncodedSize;
ULONG *pEncodedSize;
RPC_SYNTAX_IDENTIFIER InterfaceId;
ULONG ProcNumber;
ULONG AlienDataRep;