KCalCore Library
2 #ifndef KCALCORE_EXPORT_H
3 #define KCALCORE_EXPORT_H
5 #ifdef KCALCORE_STATIC_DEFINE
6 # define KCALCORE_EXPORT
7 # define KCALCORE_NO_EXPORT
9 # ifndef KCALCORE_EXPORT
10 # ifdef kcalcore_EXPORTS
12 # define KCALCORE_EXPORT __attribute__((visibility("default")))
15 # define KCALCORE_EXPORT __attribute__((visibility("default")))
19 # ifndef KCALCORE_NO_EXPORT
20 # define KCALCORE_NO_EXPORT __attribute__((visibility("hidden")))
24 #ifndef KCALCORE_DEPRECATED
25 # define KCALCORE_DEPRECATED __attribute__ ((__deprecated__))
28 #ifndef KCALCORE_DEPRECATED_EXPORT
29 # define KCALCORE_DEPRECATED_EXPORT KCALCORE_EXPORT KCALCORE_DEPRECATED
32 #ifndef KCALCORE_DEPRECATED_NO_EXPORT
33 # define KCALCORE_DEPRECATED_NO_EXPORT KCALCORE_NO_EXPORT KCALCORE_DEPRECATED
37 # ifndef KCALCORE_NO_DEPRECATED
38 # define KCALCORE_NO_DEPRECATED
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jul 27 2021 06:50:26 by
doxygen 1.8.20 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.