| commit | a717d2d2840123872c17e00900caad105d5bd0fd | [log] [tgz] |
|---|---|---|
| author | Alexandre Julliard <julliard@winehq.org> | Sat Nov 21 14:23:47 2009 +0100 |
| committer | Alexandre Julliard <julliard@winehq.org> | Sat Nov 21 14:31:46 2009 +0100 |
| tree | 9327288cd70ef155c5ff727a509930a0572b8176 | |
| parent | 7f69436ea874ad7c0b39f0f60e07d26da3dcb353 [diff] |
include: Define hyper to INT64 instead of __int64 to get the correct alignment
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 @@ #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