mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 963031 - AArch support for Graphics. r=doublec
This commit is contained in:
parent
10bfe54f9a
commit
8641c84714
@ -46,6 +46,10 @@ typedef uint32_t uint32;
|
|||||||
#define ARCH_CPU_SPARC_FAMILY 1
|
#define ARCH_CPU_SPARC_FAMILY 1
|
||||||
#define ARCH_CPU_SPARC 1
|
#define ARCH_CPU_SPARC 1
|
||||||
#define ARCH_CPU_64_BITS 1
|
#define ARCH_CPU_64_BITS 1
|
||||||
|
#elif defined(__aarch64__)
|
||||||
|
#define ARCH_CPU_AARCH64_FAMILY 1
|
||||||
|
#define ARCH_CPU_AARCH64 1
|
||||||
|
#define ARCH_CPU_64_BITS 1
|
||||||
#else
|
#else
|
||||||
#warning Please add support for your architecture in chromium_types.h
|
#warning Please add support for your architecture in chromium_types.h
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user