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

Unified Diff: ash/ash_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
« no previous file with comments | « no previous file | base/base_export.h » ('j') | ui/aura/aura_export.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash_export.h
diff --git a/ash/ash_export.h b/ash/ash_export.h
index 3a3978f259bb2600b0d7775b2835f18ed66243ea..b201ddb75b33a194d69f65783ca054a3d439bc27 100644
--- a/ash/ash_export.h
+++ b/ash/ash_export.h
@@ -19,7 +19,11 @@
#endif // defined(ASH_IMPLEMENTATION)
#else // defined(WIN32)
+#if defined(ASH_IMPLEMENTATION)
#define ASH_EXPORT __attribute__((visibility("default")))
+#else
+#define ASH_EXPORT
+#endif
#endif
#else // defined(COMPONENT_BUILD)
« no previous file with comments | « no previous file | base/base_export.h » ('j') | ui/aura/aura_export.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698