include: Make sure __int64 is correctly defined on PPC64.
Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
3017cc0f15
commit
97420c87bb
|
@ -85,7 +85,7 @@ typedef int ssize_t;
|
|||
#else /* _WIN32 */
|
||||
|
||||
#ifndef __int64
|
||||
# if defined(__x86_64__) || defined(__aarch64__) || defined(_WIN64)
|
||||
# if defined(__x86_64__) || defined(__aarch64__) || defined(__powerpc64__) || defined(_WIN64)
|
||||
# define __int64 long
|
||||
# else
|
||||
# define __int64 long long
|
||||
|
|
Loading…
Reference in New Issue