OSDN Git Service

Add support for building on Android
[android-x86/external-exfat.git] / libexfat / compiler.h
index 3bb5278..b102b67 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef COMPILER_H_INCLUDED
 #define COMPILER_H_INCLUDED
 
-#if __STDC_VERSION__ < 199901L
+#if defined(__STDC_VERSION__) && (__STDC_VERSION__ < 199901L)
 #error C99-compliant compiler is required
 #endif