Index: chromecast/public/chromecast_export.h |
diff --git a/chromecast/public/chromecast_export.h b/chromecast/public/chromecast_export.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8d2c9682ded3bd6e228ab55377eef683687311e4 |
--- /dev/null |
+++ b/chromecast/public/chromecast_export.h |
@@ -0,0 +1,10 @@ |
+// Copyright 2015 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#ifndef CHROMECAST_PUBLIC_CHROMECAST_EXPORT_H_ |
+#define CHROMECAST_PUBLIC_CHROMECAST_EXPORT_H_ |
+ |
+#define CHROMECAST_EXPORT __attribute__((visibility("default"))) |
+ |
+#endif // CHROMECAST_PUBLIC_CHROMECAST_EXPORT_H_ |