Alexandre Julliard : include: Define hyper to INT64 instead of __int64 to get the correct alignment

Alexandre Julliard julliard at winehq.org
Mon Nov 23 08:49:50 CST 2009


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Sat Nov 21 14:23:47 2009 +0100

include: Define hyper to INT64 instead of __int64 to get the correct alignment

---

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

diff --git a/include/rpcndr.h b/include/rpcndr.h
index 81baa87..5ab0685 100644
--- a/include/rpcndr.h
+++ b/include/rpcndr.h
@@ -97,8 +97,8 @@ extern "C" {
 
 #define small char
 typedef unsigned char byte;
-#define hyper __int64
-#define MIDL_uhyper unsigned __int64
+typedef INT64 hyper;
+typedef UINT64 MIDL_uhyper;
 typedef unsigned char boolean;
 
 #define __RPC_CALLEE WINAPI




More information about the wine-cvs mailing list