From 844d26e84d88d86e81897c472b236187ff69cde4 Mon Sep 17 00:00:00 2001 From: huangzejia1 Date: Mon, 3 Jul 2023 11:19:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BC=96=E8=AF=91=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I49e3d0539aec214345c706be3df75102df683231 Signed-off-by: huangzejia1 --- skia/third_party/externals/icu/source/common/unicode/urename.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skia/third_party/externals/icu/source/common/unicode/urename.h b/skia/third_party/externals/icu/source/common/unicode/urename.h index 5812173e..467c7232 100644 --- a/skia/third_party/externals/icu/source/common/unicode/urename.h +++ b/skia/third_party/externals/icu/source/common/unicode/urename.h @@ -333,7 +333,7 @@ #define u_releaseDefaultConverter U_ICU_ENTRY_POINT_RENAME(u_releaseDefaultConverter) #define u_scanf_parse U_ICU_ENTRY_POINT_RENAME(u_scanf_parse) #define u_setAtomicIncDecFunctions U_ICU_ENTRY_POINT_RENAME(u_setAtomicIncDecFunctions) -#define u_setDataDirectory U_ICU_ENTRY_POINT_RENAME(u_setDataDirectory) +#define u_setDataDirectory u_setDataDirectory_69 #define u_setMemoryFunctions U_ICU_ENTRY_POINT_RENAME(u_setMemoryFunctions) #define u_setMutexFunctions U_ICU_ENTRY_POINT_RENAME(u_setMutexFunctions) #define u_setTimeZoneFilesDirectory U_ICU_ENTRY_POINT_RENAME(u_setTimeZoneFilesDirectory) -- Gitee