include: Fix __int64 definition for ARM64.

This commit is contained in:
André Hentschel 2013-01-18 17:51:46 +01:00 committed by Alexandre Julliard
parent c1f190a0c5
commit 0066f31ef7

View file

@ -55,7 +55,7 @@
*/
#if !defined(_MSC_VER) && !defined(__int64)
# if defined(__x86_64__) || defined(_WIN64)
# if defined(__x86_64__) || defined(__aarch64__) || defined(_WIN64)
# define __int64 long
# else
# define __int64 long long