Michael Stefaniuc : include: Change RPC_LENGTH to ULONG for Win64 compatibility.

Alexandre Julliard julliard at winehq.org
Sun Jan 4 09:09:07 CST 2009


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

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Sun Jan  4 11:29:30 2009 +0100

include: Change RPC_LENGTH to ULONG for Win64 compatibility.

---

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

diff --git a/include/rpcndr.h b/include/rpcndr.h
index 15f1cb2..6cec8cd 100644
--- a/include/rpcndr.h
+++ b/include/rpcndr.h
@@ -144,7 +144,7 @@ struct NDR_ALLOC_ALL_NODES_CONTEXT;
 struct NDR_POINTER_QUEUE_STATE;
 
 typedef unsigned char *RPC_BUFPTR;
-typedef unsigned long RPC_LENGTH;
+typedef ULONG RPC_LENGTH;
 typedef void (__RPC_USER *EXPR_EVAL)(struct _MIDL_STUB_MESSAGE *);
 typedef const unsigned char *PFORMAT_STRING;
 




More information about the wine-cvs mailing list