Skip to content

Commit 25a7b4e

Browse files
committed
Reapply renaming expansion like swiftlang#63
1 parent 0ab9dd7 commit 25a7b4e

File tree

2 files changed

+1987
-0
lines changed

2 files changed

+1987
-0
lines changed

icuSources/include/_foundation_unicode/uconfig.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,13 @@
101101
#ifndef U_DISABLE_RENAMING
102102
#if APPLE_ICU_CHANGES
103103
//rdar://60884991 #58 Replace installsrc patching with changes directly in header files
104+
#if defined(__APPLE__)
104105
#define U_DISABLE_RENAMING 1
105106
#else
106107
#define U_DISABLE_RENAMING 0
108+
#endif
109+
#else
110+
#define U_DISABLE_RENAMING 0
107111
#endif // APPLE_ICU_CHANGES
108112
#endif
109113

0 commit comments

Comments
 (0)