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

Unified Diff: mojo/public/system/system_export.h

Issue 110843003: Clean up mojo export files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 7 years 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 | « mojo/public/gles2/gles2.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/system/system_export.h
diff --git a/mojo/public/system/system_export.h b/mojo/public/system/system_export.h
index 3a7035b8a0190b530d634a4a5a0839b4b216a95e..6b563ff13372be825672837e71a19ad826e22496 100644
--- a/mojo/public/system/system_export.h
+++ b/mojo/public/system/system_export.h
@@ -11,14 +11,16 @@
#define MOJO_SYSTEM_EXPORT __declspec(dllexport)
#else
#define MOJO_SYSTEM_EXPORT __declspec(dllimport)
-#endif // defined(GFX_IMPLEMENTATION)
+#endif
+
+#else // !defined(WIN32)
-#else // defined(WIN32)
#if defined(MOJO_SYSTEM_IMPLEMENTATION)
#define MOJO_SYSTEM_EXPORT __attribute__((visibility("default")))
#else
#define MOJO_SYSTEM_EXPORT
#endif
-#endif
+
+#endif // defined(WIN32)
#endif // MOJO_PUBLIC_SYSTEM_SYSTEM_EXPORT_H_
« no previous file with comments | « mojo/public/gles2/gles2.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698