KTNEF Library
5 #ifdef KTNEF_STATIC_DEFINE
7 # define KTNEF_NO_EXPORT
12 # define KTNEF_EXPORT __attribute__((visibility("default")))
15 # define KTNEF_EXPORT __attribute__((visibility("default")))
19 # ifndef KTNEF_NO_EXPORT
20 # define KTNEF_NO_EXPORT __attribute__((visibility("hidden")))
24 #ifndef KTNEF_DEPRECATED
25 # define KTNEF_DEPRECATED __attribute__ ((__deprecated__))
28 #ifndef KTNEF_DEPRECATED_EXPORT
29 # define KTNEF_DEPRECATED_EXPORT KTNEF_EXPORT KTNEF_DEPRECATED
32 #ifndef KTNEF_DEPRECATED_NO_EXPORT
33 # define KTNEF_DEPRECATED_NO_EXPORT KTNEF_NO_EXPORT KTNEF_DEPRECATED
37 # ifndef KTNEF_NO_DEPRECATED
38 # define KTNEF_NO_DEPRECATED
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jul 27 2021 06:51:29 by
doxygen 1.8.20 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.