Commit b8af6677 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

include: Fix a typo in midles.h.

parent 6f44627b
...@@ -59,7 +59,7 @@ typedef struct _MIDL_ES_MESSAGE ...@@ -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;
......
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