Add support for ARM64 on Windows

This commit is contained in:
SirLynix 2023-04-11 18:15:29 +02:00
parent 83c2f3f735
commit 6d8734f288
2 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
arch: [x64]
arch: [x64, arm64]
mode: [debug, releasedbg]
runs-on: ${{ matrix.os }}

View File

@ -8,4 +8,5 @@
#error This header should only be included after including windows.h directly or indirectly in a .cpp
#endif
#undef MemoryBarrier
#undef RemoveDirectory