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

Unified Diff: source/common/unicode/utypes.h

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 | « patches/declspec.patch ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/common/unicode/utypes.h
diff --git a/source/common/unicode/utypes.h b/source/common/unicode/utypes.h
index beb931be2477c6ffbe2c69e20a09d947c3f7a089..daea3c6af7e75d52e6e7689b6307aa41e1391f23 100644
--- a/source/common/unicode/utypes.h
+++ b/source/common/unicode/utypes.h
@@ -448,7 +448,7 @@ typedef void* UClassID;
#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 | « patches/declspec.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698