1 --- icuSources/common/unicode/uconfig.h 2009-09-15 17:06:26.000000000 -0700
2 +++ build/common/unicode/uconfig.h 2009-12-01 23:31:20.000000000 -0800
6 #ifndef UCONFIG_NO_SERVICE
7 -# define UCONFIG_NO_SERVICE 0
8 +# define UCONFIG_NO_SERVICE 1
12 --- icuSources/common/unicode/udata.h 2010-03-10 16:47:27.000000000 -0800
13 +++ build/common/unicode/udata.h 2010-04-21 15:11:11.000000000 -0700
15 /** ICU does not access the file system for data loading. */
17 /** An alias for the default access mode. */
18 - UDATA_DEFAULT_ACCESS = UDATA_FILES_FIRST,
19 + UDATA_DEFAULT_ACCESS = UDATA_ONLY_PACKAGES,
20 UDATA_FILE_ACCESS_COUNT
23 --- icuSources/common/unicode/utypes.h 2010-03-11 20:47:35.000000000 -0800
24 +++ build/common/unicode/utypes.h 2010-04-21 15:02:44.000000000 -0700
28 # ifndef U_SHOW_CPLUSPLUS_API
29 -# define U_SHOW_CPLUSPLUS_API 1
30 +# define U_SHOW_CPLUSPLUS_API 0
33 # undef U_SHOW_CPLUSPLUS_API
36 #define U_ICUDATA_NAME "icudt" U_ICU_VERSION_SHORT U_ICUDATA_TYPE_LETTER /**< @internal */
37 #define U_USRDATA_NAME "usrdt" U_ICU_VERSION_SHORT U_ICUDATA_TYPE_LETTER /**< @internal */
38 -#define U_USE_USRDATA 1 /**< @internal */
39 +#define U_USE_USRDATA 0 /**< @internal */
42 * U_ICU_ENTRY_POINT is the name of the DLL entry point to the ICU data library.