Clean-up: run format-cpp on the tree
[lttng-tools.git] / include / lttng / lttng-export.h
CommitLineData
4bd69c5f
SM
1/*
2 * Copyright (C) 2021 Simon Marchi <simon.marchi@efficios.com>
3 *
4 * SPDX-License-Identifier: LGPL-2.1-only
5 *
6 */
7#ifndef LTTNG_EXPORT_H
8#define LTTNG_EXPORT_H
9#if defined(_WIN32) || defined(__CYGWIN__)
28f23191 10#define LTTNG_EXPORT
4bd69c5f 11#else
28f23191 12#define LTTNG_EXPORT __attribute__((visibility("default")))
4bd69c5f
SM
13#endif
14#endif
This page took 0.031307 seconds and 4 git commands to generate.