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

Unified Diff: chromeos/chromeos_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: chromeos/chromeos_export.h
diff --git a/chromeos/chromeos_export.h b/chromeos/chromeos_export.h
index 7be813f260fb5b1da6ff0ee7444c9c64629c9991..b4dc8d6777cfda790cccd105a319d361f3dec49c 100644
--- a/chromeos/chromeos_export.h
+++ b/chromeos/chromeos_export.h
@@ -16,7 +16,11 @@
#endif // defined(CHROMEOS_IMPLEMENTATION)
#else // defined(WIN32)
+#if defined(CHROMEOS_IMPLEMENTATION)
#define CHROMEOS_EXPORT __attribute__((visibility("default")))
+#else
+#define CHROMEOS_EXPORT
+#endif
#endif
#else // defined(COMPONENT_BUILD)
« no previous file with comments | « chromeos/chromeos.gyp ('k') | content/common/content_export.h » ('j') | ui/aura/aura_export.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698