]> git.saurik.com Git - apple/icu.git/blob - minimalpatchconfig.txt
ICU-400.37.tar.gz
[apple/icu.git] / minimalpatchconfig.txt
1 --- icuSources/common/unicode/uconfig.h 2008-07-12 23:14:49.000000000 -0700
2 +++ build/common/unicode/uconfig.h 2008-07-24 12:52:05.000000000 -0700
3 @@ -222,7 +222,7 @@
4 * @stable ICU 3.2
5 */
6 #ifndef UCONFIG_NO_SERVICE
7 -# define UCONFIG_NO_SERVICE 0
8 +# define UCONFIG_NO_SERVICE 1
9 #endif
10
11 #endif
12 --- icuSources/common/unicode/udata.h 2008-07-12 23:14:49.000000000 -0700
13 +++ build/common/unicode/udata.h 2008-07-24 12:52:05.000000000 -0700
14 @@ -367,7 +367,7 @@
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