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

This commit is contained in:
Alexandre Julliard 2009-11-21 14:23:47 +01:00
parent 7f69436ea8
commit a717d2d284
1 changed files with 2 additions and 2 deletions

View File

@ -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