We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
aarch64-pc-cygwin-target
1 parent c002a79 commit 2ba25dcCopy full SHA for 2ba25dc
mingw-w64-headers/crt/_cygwin.h
@@ -29,7 +29,7 @@
29
The Cygwin-targeting gcc does not define it by default, same as
30
with _WIN32. Therefore we set it here. The result is that _WIN64
31
is only defined if Windows headers are included. */
32
-#ifdef __x86_64__
+#if defined(__x86_64__) || defined(__aarch64__)
33
#define _WIN64
34
#endif
35
0 commit comments