We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab9dd7 commit 25a7b4eCopy full SHA for 25a7b4e
icuSources/include/_foundation_unicode/uconfig.h
@@ -101,9 +101,13 @@
101
#ifndef U_DISABLE_RENAMING
102
#if APPLE_ICU_CHANGES
103
//rdar://60884991 #58 Replace installsrc patching with changes directly in header files
104
+#if defined(__APPLE__)
105
#define U_DISABLE_RENAMING 1
106
#else
107
#define U_DISABLE_RENAMING 0
108
+#endif
109
+#else
110
+#define U_DISABLE_RENAMING 0
111
#endif // APPLE_ICU_CHANGES
112
#endif
113
0 commit comments