Commit 97420c87 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

include: Make sure __int64 is correctly defined on PPC64.

parent 3017cc0f
......@@ -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
......
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