Merge "Fix Mac build."

This commit is contained in:
Elliott Hughes 2014-11-22 15:34:46 +00:00 committed by Gerrit Code Review
commit 456661e38c

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