Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40277471 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am b7412211: am 456661e3: Merge "Fix Mac build."

* commit 'b7412211':
  Fix Mac build.
parents 5f979f2a b7412211
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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