Alexandre Julliard : include: Fix the packing of the MIDL_STUB_MESSAGE structure on 64-bit.

Alexandre Julliard julliard at winehq.org
Thu May 28 09:39:39 CDT 2009


Module: wine
Branch: master
Commit: cdbd3fdc6ab7e83336690ede6c8f7860f935846e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=cdbd3fdc6ab7e83336690ede6c8f7860f935846e

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed May 27 21:17:32 2009 +0200

include: Fix the packing of the MIDL_STUB_MESSAGE structure on 64-bit.

---

 include/rpcndr.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/include/rpcndr.h b/include/rpcndr.h
index 10aac4c..78c9a47 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 <pshpack4.h>
 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 <poppack.h>
 
 typedef void * (__RPC_API * GENERIC_BINDING_ROUTINE)(void *);
 typedef void (__RPC_API * GENERIC_UNBIND_ROUTINE)(void *, unsigned char *);




More information about the wine-cvs mailing list