mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:23:05 +00:00
[GITHUB] Add MSVC ARM64 builder
This builds only some applications for now. CORE-17518
This commit is contained in:
parent
4363e74ddc
commit
8b55d712a7
3 changed files with 18 additions and 5 deletions
|
@ -162,7 +162,7 @@
|
|||
# if defined (_MIPSEB) || defined (__sparc) || defined (_AIX) || \
|
||||
defined (__hpux) || defined (macintosh) || defined (_MAC)
|
||||
# define _STLP_BIG_ENDIAN 1
|
||||
# elif defined (__i386) || defined (_M_IX86) || defined (_M_ARM) || \
|
||||
# elif defined (__i386) || defined (_M_IX86) || defined (_M_ARM) || defined (_M_ARM64) || \
|
||||
defined (__amd64__) || defined (_M_AMD64) || defined (__x86_64__) || \
|
||||
defined (__alpha__)
|
||||
# define _STLP_LITTLE_ENDIAN 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue