blob: 0ec4291f2cabf1d2a6cddd3fa543b76745e9ca21 [file] [log] [blame]
// Copyright 2020 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef GLIB_BRIDGE_GLIB_BRIDGE_EXPORT_H_
#define GLIB_BRIDGE_GLIB_BRIDGE_EXPORT_H_
#define GLIB_BRIDGE_EXPORT __attribute__((__visibility__("default")))
#endif // GLIB_BRIDGE_GLIB_BRIDGE_EXPORT_H_