Index: mojo/public/system/system_export.h |
diff --git a/mojo/public/system/system_export.h b/mojo/public/system/system_export.h |
index 8d240db055db2317e6030f6c477e47bc423f80ce..978ee24bc2afaf0b4a15175f2c7e2b4c8a008271 100644 |
--- a/mojo/public/system/system_export.h |
+++ b/mojo/public/system/system_export.h |
@@ -5,11 +5,10 @@ |
#ifndef MOJO_PUBLIC_SYSTEM_SYSTEM_EXPORT_H_ |
#define MOJO_PUBLIC_SYSTEM_SYSTEM_EXPORT_H_ |
-#if defined(COMPONENT_BUILD) |
#if defined(WIN32) |
#if defined(MOJO_SYSTEM_IMPLEMENTATION) |
-#define MOJO_SYSTEM_EXPORT __declspec(dllexport) |
+#define MOJO_SYSTEM_PUBLIC_EXPORT __declspec(dllexport) |
#else |
#define MOJO_SYSTEM_EXPORT __declspec(dllimport) |
#endif // defined(GFX_IMPLEMENTATION) |
@@ -22,8 +21,4 @@ |
#endif |
#endif |
-#else // defined(COMPONENT_BUILD) |
-#define MOJO_SYSTEM_EXPORT |
-#endif |
- |
#endif // MOJO_PUBLIC_SYSTEM_SYSTEM_EXPORT_H_ |