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

Side by Side Diff: patches/data_symb.patch

Issue 926113004: Move stubdata.c from icudata to icuuc (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: Created 5 years, 10 months 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
OLDNEW
(Empty)
1 diff --git a/source/common/unicode/utypes.h b/source/common/unicode/utypes.h
2 index 99c47da..6c1a540 100644
3 --- a/source/common/unicode/utypes.h
4 +++ b/source/common/unicode/utypes.h
5 @@ -305,7 +305,11 @@ typedef double UDate;
6 #define U_IO_API
7 #define U_TOOLUTIL_API
8 #elif defined(U_COMMON_IMPLEMENTATION)
9 +#if defined(U_ICUDATAENTRY_IN_COMMON)
10 +#define U_DATA_API U_EXPORT
11 +#else
12 #define U_DATA_API U_IMPORT
13 +#endif
14 #define U_COMMON_API U_EXPORT
15 #define U_I18N_API U_IMPORT
16 #define U_LAYOUT_API U_IMPORT
OLDNEW
« icu.gyp ('K') | « icu.gyp ('k') | source/common/unicode/utypes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698