android: Change preprocessor define to standard __ANDROID__

ANDROID is only standard to the old Makefile buildsystem, not the platform.
This commit is contained in:
Florent Castelli
2016-10-12 11:14:09 +02:00
parent 4f655f8f3c
commit 70593d1004
54 changed files with 119 additions and 123 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
#include <dirent.h>
#include <unistd.h>
#include <sys/stat.h>
#if defined(ANDROID)
#if defined(__ANDROID__)
#include <sys/types.h>
#include <sys/vfs.h>
#define statvfs statfs