Add support for ARM64 on Windows
This commit is contained in:
parent
83c2f3f735
commit
6d8734f288
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest]
|
||||
arch: [x64]
|
||||
arch: [x64, arm64]
|
||||
mode: [debug, releasedbg]
|
||||
|
||||
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
|
||||
#endif
|
||||
|
||||
#undef MemoryBarrier
|
||||
#undef RemoveDirectory
|
||||
|
|
|
|||
Loading…
Reference in New Issue