[libpng16] Revised "#if defined " in arm/arm_init.c
This commit is contained in:
parent
b4ef7c4af2
commit
f2350f3987
@ -20,7 +20,7 @@
|
||||
* Andoid intends to define __ANDROID__, however there are bugs in their
|
||||
* toolchain; use -D__ANDROID__ to work round this.
|
||||
*/
|
||||
#if defined __linux__ && defined __arm__
|
||||
#if defined(__linux__) && defined(__arm__)
|
||||
#define CHECK_NEON
|
||||
#include <signal.h> /* for sig_atomic_t */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user