Add support for ARM64 on Windows
This commit is contained in:
2
.github/workflows/windows-build.yml
vendored
2
.github/workflows/windows-build.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-latest]
|
os: [windows-latest]
|
||||||
arch: [x64]
|
arch: [x64, arm64]
|
||||||
mode: [debug, releasedbg]
|
mode: [debug, releasedbg]
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|||||||
@@ -8,4 +8,5 @@
|
|||||||
#error This header should only be included after including windows.h directly or indirectly in a .cpp
|
#error This header should only be included after including windows.h directly or indirectly in a .cpp
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#undef MemoryBarrier
|
||||||
#undef RemoveDirectory
|
#undef RemoveDirectory
|
||||||
|
|||||||
Reference in New Issue
Block a user