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

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <deathbaba@gmail.com>2011-06-12 20:26:28 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:19:32 +0300
commit3496cc699022cc094767e9f0fd6c53594dedc018 (patch)
tree114f2d94ac97441b3131443533af75aecdd45e58 /std/stdint.hpp
parent1b4276e965aaf381b674d94e8ab631b4355bbd07 (diff)
[android] Fixes for static lib toolchain support
Diffstat (limited to 'std/stdint.hpp')
-rw-r--r--std/stdint.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/stdint.hpp b/std/stdint.hpp
index d679ba5e7f..7f444a3ceb 100644
--- a/std/stdint.hpp
+++ b/std/stdint.hpp
@@ -16,7 +16,7 @@
typedef unsigned __int32 uint32_t;
typedef unsigned __int64 uint64_t;
-#elif defined(OMIM_OS_BADA)
+#elif defined(OMIM_OS_BADA) || defined(OMIM_OS_ANDROID)
#include <stdint.h>
#else