1 --- icuSources/common/unicode/uconfig.h 2011-12-11 21:21:47.000000000 -0800
2 +++ build/common/unicode/uconfig.h 2011-12-15 22:22:52.000000000 -0800
6 #ifndef U_DISABLE_RENAMING
7 -#define U_DISABLE_RENAMING 0
8 +#define U_DISABLE_RENAMING 1
15 #ifndef UCONFIG_NO_SERVICE
16 -# define UCONFIG_NO_SERVICE 0
17 +# define UCONFIG_NO_SERVICE 1
21 --- icuSources/common/unicode/utypes.h 2011-12-12 12:17:54.000000000 -0800
22 +++ build/common/unicode/utypes.h 2011-12-15 22:23:21.000000000 -0800
24 #define U_ICUDATA_NAME "icudt" U_ICU_VERSION_SHORT U_ICUDATA_TYPE_LETTER
25 #ifndef U_HIDE_INTERNAL_API
26 #define U_USRDATA_NAME "usrdt" U_ICU_VERSION_SHORT U_ICUDATA_TYPE_LETTER /**< @internal */
27 -#define U_USE_USRDATA 1 /**< @internal */
28 +#define U_USE_USRDATA 0 /**< @internal */
29 #endif /* U_HIDE_INTERNAL_API */