OLD | NEW |
---|---|
(Empty) | |
1 // Copyright 2015 The Chromium Authors. All rights reserved. | |
2 // Use of this source code is governed by a BSD-style license that can be | |
3 // found in the LICENSE file. | |
4 | |
5 #ifndef CHROMECAST_PUBLIC_CHROMECAST_EXPORT_H_ | |
gunsch
2015/03/24 21:47:59
update this to match wherever the file ends up
| |
6 #define CHROMECAST_PUBLIC_CHROMECAST_EXPORT_H_ | |
7 | |
8 #define CHROMECAST_EXPORT __attribute__((visibility("default"))) | |
9 | |
10 #endif // CHROMECAST_PUBLIC_CHROMECAST_EXPORT_H_ | |
OLD | NEW |