commit | 456661e38cefe1afbf640036f710f0d481b64bf9 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sat Nov 22 15:34:46 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Nov 22 15:34:47 2014 +0000 |
tree | 6739a03dfbf624351ccc2d1be968649103312f70 | |
parent | 0101b06fa6f9863ee87e89757e70900c3a0e7bfc [diff] | |
parent | 8c275ffcbaff2a792aad5f9de9308771536704f3 [diff] |
Merge "Fix Mac build."
diff --git a/include/utils/Endian.h b/include/utils/Endian.h index a383093..591cae0 100644 --- a/include/utils/Endian.h +++ b/include/utils/Endian.h
@@ -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