1 --- a/public/common/unicode/pandroid.h 2 +++ b/public/common/unicode/pandroid.h 3 @@ -272,7 +272,7 @@ 4 /*===========================================================================*/ 5 6 #ifndef U_HAVE_NL_LANGINFO_CODESET 7 -#define U_HAVE_NL_LANGINFO_CODESET 1 8 +#define U_HAVE_NL_LANGINFO_CODESET 0 9 #endif 10 11 #ifndef U_NL_LANGINFO_CODESET 12 @@ -283,7 +283,7 @@ 13 #define U_TZSET tzset 14 #endif 15 #if 1 16 -#define U_TIMEZONE __timezone 17 +#define U_TIMEZONE timezone 18 #endif 19 #if 1 20 #define U_TZNAME tzname 21 @@ -331,7 +331,7 @@ 22 # ifdef __cplusplus 23 # define U_INLINE inline 24 # else 25 -# define U_INLINE __inline__ 26 +# define U_INLINE inline 27 # endif 28 #endif 29 30