Add support for ARM64 on Windows
This commit is contained in:
parent
83c2f3f735
commit
6d8734f288
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue