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