Kaydet (Commit) 95a8ac4f authored tarafından Tor Lillqvist's avatar Tor Lillqvist

The timezone variable is called just that on Android

Change-Id: Icd3f13bec24227174b3698ed26f97d8c55d892ff
üst a973651d
......@@ -84,3 +84,12 @@
#else
# define U_HAVE_NL_LANGINFO_CODESET 1
#endif
@@ -114,6 +114,8 @@
#ifdef U_TIMEZONE
/* Use the predefined value. */
+#elif defined(__ANDROID__)
+# define U_TIMEZONE timezone
#elif U_PLATFORM_IS_LINUX_BASED
# define U_TIMEZONE __timezone
#elif U_PLATFORM_USES_ONLY_WIN32_API
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment