From b8af667739cd40906f502825b21323d28f951da7 Mon Sep 17 00:00:00 2001 From: Rob Shearman Date: Mon, 5 Nov 2007 11:09:52 +0000 Subject: [PATCH] include: Fix a typo in midles.h. --- include/midles.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/midles.h b/include/midles.h index 213ff7c147b..99b2effd104 100644 --- a/include/midles.h +++ b/include/midles.h @@ -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; -- 2.11.4.GIT