OSDN Git Service

Handle 64-bit offsets correctly on Android
[android-x86/external-exfat.git] / libexfat / platform.h
index c7d97e0..f3429ae 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef PLATFORM_H_INCLUDED
 #define PLATFORM_H_INCLUDED
 
-#if defined(__GLIBC__)
+#if defined(__GLIBC__) || defined (__ANDROID__)
 
 #include <endian.h>
 #include <byteswap.h>