[libpng16] Revised "#if defined " in arm/arm_init.c

This commit is contained in:
Glenn Randers-Pehrson 2013-02-18 12:30:30 -06:00
parent b4ef7c4af2
commit f2350f3987

View File

@ -20,7 +20,7 @@
* Andoid intends to define __ANDROID__, however there are bugs in their * Andoid intends to define __ANDROID__, however there are bugs in their
* toolchain; use -D__ANDROID__ to work round this. * toolchain; use -D__ANDROID__ to work round this.
*/ */
#if defined __linux__ && defined __arm__ #if defined(__linux__) && defined(__arm__)
#define CHECK_NEON #define CHECK_NEON
#include <signal.h> /* for sig_atomic_t */ #include <signal.h> /* for sig_atomic_t */