include: Change RPC_LENGTH to ULONG for Win64 compatibility.

Michael Stefaniuc mstefani at redhat.de
Sun Jan 4 04:29:30 CST 2009


---
Not used in Wine so no collateral damanges to fix.


 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;
 
-- 
1.6.1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20090104/e508be32/attachment.pgp 


More information about the wine-patches mailing list