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

Side by Side Diff: patches/declspec.patch

Issue 822213003: ICU upgrade to 54.1 step 2 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: two more patches applied/updated Created 5 years, 11 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
1 Index: source/common/unicode/utypes.h 1 diff --git a/source/common/unicode/utypes.h b/source/common/unicode/utypes.h
2 =================================================================== 2 index 704089c..7511817 100644
3 --- source/common/unicode/utypes.h» (revision 241384) 3 --- a/source/common/unicode/utypes.h
4 +++ source/common/unicode/utypes.h» (working copy) 4 +++ b/source/common/unicode/utypes.h
5 @@ -448,7 +448,7 @@ 5 @@ -305,7 +305,7 @@ 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 -#define U_DATA_API U_IMPORT 9 -#define U_DATA_API U_IMPORT
10 +#define U_DATA_API U_EXPORT 10 +#define U_DATA_API U_EXPORT
11 #define U_COMMON_API U_EXPORT 11 #define U_COMMON_API U_EXPORT
12 #define U_I18N_API U_IMPORT 12 #define U_I18N_API U_IMPORT
13 #define U_LAYOUT_API U_IMPORT 13 #define U_LAYOUT_API U_IMPORT
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698