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