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

Unified Diff: ui/oak/oak_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: ui/oak/oak_export.h
diff --git a/ui/oak/oak_export.h b/ui/oak/oak_export.h
index c769ed1596a346ef172745134b2442d68299c171..51c79eeb22e1090f919e6795f2a12caddd7d2243 100644
--- a/ui/oak/oak_export.h
+++ b/ui/oak/oak_export.h
@@ -19,7 +19,11 @@
#endif // defined(OAK_IMPLEMENTATION)
#else // defined(WIN32)
+#if defined(OAK_IMPLEMENTATION)
#define OAK_EXPORT __attribute__((visibility("default")))
+#else
+#define OAK_EXPORT
+#endif
#endif
#else // defined(COMPONENT_BUILD)
« ui/aura/aura_export.h ('K') | « ui/gl/gl_export.h ('k') | ui/surface/surface_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698