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.
2 parents 72f94b0 + 653d2c9 commit fbbe607Copy full SHA for fbbe607
.gitignore
@@ -21,3 +21,6 @@ tests/exitminus1
21
tests/exitminus1.o
22
tests/foo1.txt
23
tests/foo2.txt
24
+
25
+# IDEs
26
+.vscode
System/Process/Windows.hsc
@@ -60,7 +60,7 @@ import System.Win32.Process (getProcessId)
60
61
##if defined(i386_HOST_ARCH)
62
## define WINDOWS_CCONV stdcall
63
-##elif defined(x86_64_HOST_ARCH)
+##elif defined(x86_64_HOST_ARCH) || defined(aarch64_HOST_ARCH)
64
## define WINDOWS_CCONV ccall
65
##else
66
## error Unknown mingw32 arch
0 commit comments