Index: components/domain_reliability/domain_reliability_export.h |
diff --git a/components/domain_reliability/domain_reliability_export.h b/components/domain_reliability/domain_reliability_export.h |
index d0951cc082ca49aa8a2f67aaaa6e32196a5d544e..e37571c12a80967a3af995209fbdff93265abf78 100644 |
--- a/components/domain_reliability/domain_reliability_export.h |
+++ b/components/domain_reliability/domain_reliability_export.h |
@@ -12,18 +12,21 @@ |
#define DOMAIN_RELIABILITY_EXPORT __declspec(dllexport) |
#else |
#define DOMAIN_RELIABILITY_EXPORT __declspec(dllimport) |
-#endif // defined(DOMAIN_RELIABILITY_IMPLEMENTATION) |
+#endif |
#else // defined(WIN32) |
+ |
#if defined(DOMAIN_RELIABILITY_IMPLEMENTATION) |
#define DOMAIN_RELIABILITY_EXPORT __attribute__((visibility("default"))) |
#else |
#define DOMAIN_RELIABILITY_EXPORT |
#endif |
-#endif |
+#endif // defined(WIN32) |
#else // defined(COMPONENT_BUILD) |
+ |
#define DOMAIN_RELIABILITY_EXPORT |
+ |
#endif |
#endif // COMPONENTS_DOMAIN_RELIABILITY_DOMAIN_RELIABILITY_EXPORT_H_ |