Compile on Windows
This commit is contained in:
parent
b5fe713848
commit
1129aa6dfd
9 changed files with 57 additions and 61 deletions
|
|
@ -568,7 +568,8 @@ struct endianness {
|
|||
defined(__ARMEB__) || \
|
||||
defined(__THUMBEB__) || \
|
||||
defined(__AARCH64EB__) || \
|
||||
defined(_MIBSEB) || defined(__MIBSEB) || defined(__MIBSEB__)
|
||||
defined(_MIBSEB) || defined(__MIBSEB) || defined(__MIBSEB__) || \
|
||||
defined(WIN32)
|
||||
// It's a big-endian target architecture
|
||||
little = false,
|
||||
#elif defined(__BYTE_ORDER) && __BYTE_ORDER == __LITTLE_ENDIAN || \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue