blob: 0a29976bab876b249f5044af93bf72cb5334800e [file] [log] [blame]
// Copyright 2017 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 COMPONENTS_CRONET_NATIVE_INCLUDE_CRONET_EXPORT_H_
#define COMPONENTS_CRONET_NATIVE_INCLUDE_CRONET_EXPORT_H_
#if defined(WIN32)
#define CRONET_EXPORT
#else
#define CRONET_EXPORT __attribute__((visibility("default")))
#endif
#endif // COMPONENTS_CRONET_NATIVE_INCLUDE_CRONET_EXPORT_H_