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

Commit 78706f91 authored by Stephen Hines's avatar Stephen Hines Committed by Android Git Automerger
Browse files

am 0db9ea92: Merge "Fix a preprocessor warning exposed by -Wundef."

* commit '0db9ea92':
  Fix a preprocessor warning exposed by -Wundef.
parents f5d6b367 0db9ea92
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@
 * agree on the same size.  For desktop systems, use 64-bit values,
 * because some of our libraries (e.g. wxWidgets) expect to be built that way.
 */
#if __LP64__
#if defined(__LP64__)
#define _FILE_OFFSET_BITS 64
#endif