include: Fix __int64 definition for ARM64.
This commit is contained in:
parent
c1f190a0c5
commit
0066f31ef7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue