Commit a717d2d2 authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 7f69436e
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment