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) |