From 1f3812e51ea3a2b04d8f5d6ea9fc5232cbda224a Mon Sep 17 00:00:00 2001 From: Jungshik Shin Date: Mon, 18 Jun 2012 20:51:53 +0000 Subject: [PATCH] ICU-9394 Set U_TIMEZONE to 'timezone' instead of '__timezone' on Android X-SVN-Rev: 31964 --- icu4c/source/common/putilimp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/icu4c/source/common/putilimp.h b/icu4c/source/common/putilimp.h index b11ec05b969..1e70f66cc0e 100644 --- a/icu4c/source/common/putilimp.h +++ b/icu4c/source/common/putilimp.h @@ -113,6 +113,8 @@ typedef size_t uintptr_t; #ifdef U_TIMEZONE /* Use the predefined value. */ +#elif U_PLATFORM == U_PF_ANDROID +# define U_TIMEZONE timezone #elif U_PLATFORM_IS_LINUX_BASED # define U_TIMEZONE __timezone #elif U_PLATFORM_USES_ONLY_WIN32_API -- 2.40.0