Module: wine Branch: master Commit: a717d2d2840123872c17e00900caad105d5bd0fd URL: http://source.winehq.org/git/wine.git/?a=commit;h=a717d2d2840123872c17e00900... Author: Alexandre Julliard <julliard(a)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