1 --- ./common/unicode/uconfig.h 2018-06-10 16:06:23.000000000 -0700
2 +++ ./common/unicode/uconfig.h 2018-06-11 22:27:39.000000000 -0700
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 --- ./common/unicode/udata.h 2018-06-10 16:06:23.000000000 -0700
22 +++ ./common/unicode/udata.h 2018-06-11 22:37:06.000000000 -0700
24 typedef enum UDataFileAccess {
25 /** ICU looks for data in single files first, then in packages. (default) @stable ICU 3.4 */
27 - /** An alias for the default access mode. @stable ICU 3.4 */
28 - UDATA_DEFAULT_ACCESS = UDATA_FILES_FIRST,
29 /** ICU only loads data from packages, not from single files. @stable ICU 3.4 */
31 + /** An alias for the default access mode. @stable ICU 3.4 */
32 + UDATA_DEFAULT_ACCESS = UDATA_ONLY_PACKAGES,
33 /** ICU loads data from packages first, and only from single files
34 if the data cannot be found in a package. @stable ICU 3.4 */
36 --- ./common/unicode/utypes.h 2018-06-10 16:54:07.000000000 -0700
37 +++ ./common/unicode/utypes.h 2018-06-11 22:30:05.000000000 -0700
41 # ifndef U_SHOW_CPLUSPLUS_API
42 -# define U_SHOW_CPLUSPLUS_API 1
43 +# define U_SHOW_CPLUSPLUS_API 0
46 # undef U_SHOW_CPLUSPLUS_API