forked from openkylin/platform_build
am 78706f91: am 0db9ea92: Merge "Fix a preprocessor warning exposed by -Wundef."
* commit '78706f9149b2513bd71672aaa651cd8855088fe3': Fix a preprocessor warning exposed by -Wundef.
This commit is contained in:
commit
a3b5851b3a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue