From cdbd3fdc6ab7e83336690ede6c8f7860f935846e Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Wed, 27 May 2009 21:17:32 +0200 Subject: [PATCH] include: Fix the packing of the MIDL_STUB_MESSAGE structure on 64-bit. --- include/rpcndr.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/rpcndr.h b/include/rpcndr.h index 10aac4c9f0a..78c9a477a47 100644 --- a/include/rpcndr.h +++ b/include/rpcndr.h @@ -170,7 +170,6 @@ typedef struct _NDR_PIPE_MESSAGE *PNDR_PIPE_MESSAGE; typedef struct _NDR_ASYNC_MESSAGE *PNDR_ASYNC_MESSAGE; typedef struct _NDR_CORRELATION_INFO *PNDR_CORRELATION_INFO; -#include typedef struct _MIDL_STUB_MESSAGE { PRPC_MESSAGE RpcMsg; @@ -247,7 +246,6 @@ typedef struct _MIDL_STUB_MESSAGE INT_PTR Reserved51_4; INT_PTR Reserved51_5; } MIDL_STUB_MESSAGE, *PMIDL_STUB_MESSAGE; -#include typedef void * (__RPC_API * GENERIC_BINDING_ROUTINE)(void *); typedef void (__RPC_API * GENERIC_UNBIND_ROUTINE)(void *, unsigned char *);