Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/thirdparty/unrar/raros.hpp')
-rw-r--r--src/thirdparty/unrar/raros.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thirdparty/unrar/raros.hpp b/src/thirdparty/unrar/raros.hpp
index de3bbeb76..4f4f2ae79 100644
--- a/src/thirdparty/unrar/raros.hpp
+++ b/src/thirdparty/unrar/raros.hpp
@@ -19,7 +19,7 @@
#endif
#endif
-#ifdef ANDROID
+#if defined(ANDROID) || defined(__ANDROID__)
#define _UNIX
#define _ANDROID
#endif