Skip to content

Commit

Permalink
Merge pull request #333 from GulinSS/wip/T24603
Browse files Browse the repository at this point in the history
Add Support for Windows Aarch64
  • Loading branch information
bgamari authored Jan 24, 2025
2 parents 72f94b0 + 653d2c9 commit fbbe607
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ tests/exitminus1
tests/exitminus1.o
tests/foo1.txt
tests/foo2.txt

# IDEs
.vscode
2 changes: 1 addition & 1 deletion System/Process/Windows.hsc
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ import System.Win32.Process (getProcessId)

##if defined(i386_HOST_ARCH)
## define WINDOWS_CCONV stdcall
##elif defined(x86_64_HOST_ARCH)
##elif defined(x86_64_HOST_ARCH) || defined(aarch64_HOST_ARCH)
## define WINDOWS_CCONV ccall
##else
## error Unknown mingw32 arch
Expand Down

0 comments on commit fbbe607

Please sign in to comment.