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

Side by Side Diff: patches/declspec.patch

Issue 117663003: Fix icu link warning on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu46.git@master
Patch Set: rebase Created 6 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
« no previous file with comments | « README.chromium ('k') | source/common/unicode/utypes.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Index: source/common/unicode/utypes.h
2 ===================================================================
3 --- source/common/unicode/utypes.h (revision 241384)
4 +++ source/common/unicode/utypes.h (working copy)
5 @@ -448,7 +448,7 @@
6 #define U_IO_API
7 #define U_TOOLUTIL_API
8 #elif defined(U_COMMON_IMPLEMENTATION)
9 -#define U_DATA_API U_IMPORT
10 +#define U_DATA_API U_EXPORT
11 #define U_COMMON_API U_EXPORT
12 #define U_I18N_API U_IMPORT
13 #define U_LAYOUT_API U_IMPORT
OLDNEW
« no previous file with comments | « README.chromium ('k') | source/common/unicode/utypes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698