We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b8d13 commit ceaf727Copy full SHA for ceaf727
.gitignore
@@ -15,3 +15,6 @@ HsDirectoryConfig.h.in
15
GNUmakefile
16
dist-install
17
ghc.mk
18
+
19
+# IDEs
20
+.vscode
System/Directory/Internal/Windows.hsc
@@ -4,7 +4,7 @@ module System.Directory.Internal.Windows where
4
#if defined(mingw32_HOST_OS)
5
##if defined(i386_HOST_ARCH)
6
## define WINAPI stdcall
7
-##elif defined(x86_64_HOST_ARCH)
+##elif defined(x86_64_HOST_ARCH) || defined(aarch64_HOST_ARCH)
8
## define WINAPI ccall
9
##else
10
## error unknown architecture
0 commit comments