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

Unified Diff: base/i18n/base_i18n_export.h

Issue 10386108: Change the way _EXPORT macros look. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cros Created 8 years, 7 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
Index: base/i18n/base_i18n_export.h
diff --git a/base/i18n/base_i18n_export.h b/base/i18n/base_i18n_export.h
index 143f75fd2f9560a4d059baa834032145b6e1e8d3..f21b55b4b55018188b1a49b5a156b81369ad2632 100644
--- a/base/i18n/base_i18n_export.h
+++ b/base/i18n/base_i18n_export.h
@@ -16,7 +16,11 @@
#endif // defined(BASE_I18N_IMPLEMENTATION)
#else // defined(WIN32)
+#if defined(BASE_I18N_IMPLEMENTATION)
#define BASE_I18N_EXPORT __attribute__((visibility("default")))
+#else
+#define BASE_I18N_EXPORT
+#endif
#endif
#else // defined(COMPONENT_BUILD)
« no previous file with comments | « base/base_export.h ('k') | chromeos/chromeos.gyp » ('j') | ui/aura/aura_export.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698