Chromium Code Reviews| Index: chromecast/chromecast_export.h |
| diff --git a/chromecast/chromecast_export.h b/chromecast/chromecast_export.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..8d2c9682ded3bd6e228ab55377eef683687311e4 |
| --- /dev/null |
| +++ b/chromecast/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_ |
|
gunsch
2015/03/24 21:47:59
update this to match wherever the file ends up
|
| +#define CHROMECAST_PUBLIC_CHROMECAST_EXPORT_H_ |
| + |
| +#define CHROMECAST_EXPORT __attribute__((visibility("default"))) |
| + |
| +#endif // CHROMECAST_PUBLIC_CHROMECAST_EXPORT_H_ |