]>
Commit | Line | Data |
---|---|---|
729e4ab9 A |
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 | |
3 | @@ -225,7 +225,7 @@ | |
46f4442e | 4 | * @stable ICU 3.2 |
73c04bcf A |
5 | */ |
6 | #ifndef UCONFIG_NO_SERVICE | |
7 | -# define UCONFIG_NO_SERVICE 0 | |
8 | +# define UCONFIG_NO_SERVICE 1 | |
9 | #endif | |
10 | ||
11 | #endif | |
729e4ab9 A |
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 | |
14 | @@ -393,7 +393,7 @@ | |
46f4442e A |
15 | /** ICU does not access the file system for data loading. */ |
16 | UDATA_NO_FILES, | |
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 | |
21 | } UDataFileAccess; | |
22 | ||
729e4ab9 A |
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 | |
25 | @@ -55,7 +55,7 @@ | |
26 | */ | |
27 | #ifdef XP_CPLUSPLUS | |
28 | # ifndef U_SHOW_CPLUSPLUS_API | |
29 | -# define U_SHOW_CPLUSPLUS_API 1 | |
30 | +# define U_SHOW_CPLUSPLUS_API 0 | |
31 | # endif | |
32 | #else | |
33 | # undef U_SHOW_CPLUSPLUS_API | |
34 | @@ -234,7 +234,7 @@ | |
35 | */ | |
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 */ | |
40 | ||
41 | /** | |
42 | * U_ICU_ENTRY_POINT is the name of the DLL entry point to the ICU data library. |