Fix Mac build.

Change-Id: Iae697ae257cf4b1d675e2b758dd31d5a6a71ae4d
This commit is contained in:
Elliott Hughes 2014-11-22 07:25:02 -08:00
parent 0101b06fa6
commit 8c275ffcba

View file

@ -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