Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions CoreFoundation/String.subproj/CFString.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include "CFRuntime_Internal.h"
#include <assert.h>
#include <unicode/uchar.h>
#include <unicode/uversion.h>
#if TARGET_OS_MAC || TARGET_OS_WIN32 || TARGET_OS_LINUX
#include "CFLocaleInternal.h"
#include "CFStringLocalizedFormattingInternal.h"
Expand All @@ -47,10 +46,7 @@
#endif


// Build with older versions of ICU
#if U_ICU_VERSION_MAJOR_NUM < 62
# define UCHAR_EXTENDED_PICTOGRAPHIC 64
#endif


#define USE_STRING_ROM 0

Expand Down