We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f87f479 + 6b6443b commit 2fab2f4Copy full SHA for 2fab2f4
.gitignore
@@ -20,3 +20,4 @@ cabal.project.local
20
cabal.project.local~
21
.HTF/
22
.ghc.environment.*
23
+.vscode
src/Main.hs
@@ -55,7 +55,7 @@ import HSCParser
55
#ifdef mingw32_HOST_OS
56
# if defined(i386_HOST_ARCH)
57
# define WINDOWS_CCONV stdcall
58
-# elif defined(x86_64_HOST_ARCH)
+# elif defined(x86_64_HOST_ARCH) || defined(aarch64_HOST_ARCH)
59
# define WINDOWS_CCONV ccall
60
# else
61
# error Unknown mingw32 arch
0 commit comments