Merge "Fix Mac build."
This commit is contained in:
commit
456661e38c
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
#ifndef _LIBS_UTILS_ENDIAN_H
|
||||
#define _LIBS_UTILS_ENDIAN_H
|
||||
|
||||
#if defined(_WIN32)
|
||||
#if defined(__APPLE__) || defined(_WIN32)
|
||||
|
||||
#define __BIG_ENDIAN 0x1000
|
||||
#define __LITTLE_ENDIAN 0x0001
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue