Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(233)

Side by Side Diff: patches/data_symb.patch

Issue 2442923002: ICU update to 58 part 2 (Closed)
Patch Set: apply more patches and updates; almost ready to roll Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « patches/data.build.win.patch ('k') | patches/digilist.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 diff --git a/source/common/unicode/utypes.h b/source/common/unicode/utypes.h 1 diff --git a/source/common/unicode/utypes.h b/source/common/unicode/utypes.h
2 index 99c47da..6c1a540 100644 2 index 3d19c50..6b56aa3 100644
3 --- a/source/common/unicode/utypes.h 3 --- a/source/common/unicode/utypes.h
4 +++ b/source/common/unicode/utypes.h 4 +++ b/source/common/unicode/utypes.h
5 @@ -305,7 +305,11 @@ typedef double UDate; 5 @@ -307,7 +307,11 @@ typedef double UDate;
6 #define U_IO_API 6 #define U_IO_API
7 #define U_TOOLUTIL_API 7 #define U_TOOLUTIL_API
8 #elif defined(U_COMMON_IMPLEMENTATION) 8 #elif defined(U_COMMON_IMPLEMENTATION)
9 +#if defined(U_ICUDATAENTRY_IN_COMMON) 9 +#if defined(U_ICUDATAENTRY_IN_COMMON)
10 +#define U_DATA_API U_EXPORT 10 +#define U_DATA_API U_EXPORT
11 +#else 11 +#else
12 #define U_DATA_API U_IMPORT 12 #define U_DATA_API U_IMPORT
13 +#endif 13 +#endif
14 #define U_COMMON_API U_EXPORT 14 #define U_COMMON_API U_EXPORT
15 #define U_I18N_API U_IMPORT 15 #define U_I18N_API U_IMPORT
16 #define U_LAYOUT_API U_IMPORT 16 #define U_LAYOUT_API U_IMPORT
OLDNEW
« no previous file with comments | « patches/data.build.win.patch ('k') | patches/digilist.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698