Fix Mac build.
Change-Id: Iae697ae257cf4b1d675e2b758dd31d5a6a71ae4d
This commit is contained in:
parent
0101b06fa6
commit
8c275ffcba
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…
Reference in a new issue