]> git.saurik.com Git - apple/icu.git/blob - windowspatchconfig.txt
ICU-8.11.tar.gz
[apple/icu.git] / windowspatchconfig.txt
1 --- icuSources/common/unicode/uconfig.h 2006-08-31 16:10:35.000000000 -0700
2 +++ uconfig.h 2006-10-10 17:08:55.000000000 -0700
3 @@ -169,7 +169,7 @@
4 * @stable ICU 2.4
5 */
6 #ifndef UCONFIG_NO_COLLATION
7 -# define UCONFIG_NO_COLLATION 0
8 +# define UCONFIG_NO_COLLATION 1
9 #endif
10
11 /**
12 @@ -209,7 +209,7 @@
13 * @stable ICU 3.2
14 */
15 #ifndef UCONFIG_NO_SERVICE
16 -# define UCONFIG_NO_SERVICE 0
17 +# define UCONFIG_NO_SERVICE 1
18 #endif
19
20 #endif