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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « README.chromium ('k') | source/common/unicode/utypes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: patches/declspec.patch
diff --git a/patches/declspec.patch b/patches/declspec.patch
new file mode 100644
index 0000000000000000000000000000000000000000..a0ad086b9e6f855e751c1f678088c09504f07df0
--- /dev/null
+++ b/patches/declspec.patch
@@ -0,0 +1,13 @@
+Index: source/common/unicode/utypes.h
+===================================================================
+--- source/common/unicode/utypes.h (revision 241384)
++++ source/common/unicode/utypes.h (working copy)
+@@ -448,7 +448,7 @@
+ #define U_IO_API
+ #define U_TOOLUTIL_API
+ #elif defined(U_COMMON_IMPLEMENTATION)
+-#define U_DATA_API U_IMPORT
++#define U_DATA_API U_EXPORT
+ #define U_COMMON_API U_EXPORT
+ #define U_I18N_API U_IMPORT
+ #define U_LAYOUT_API U_IMPORT
« 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