Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6c50631712)
r14.1.x
Michele Calgaro 1 month ago
parent 6cc0476143
commit dfbdaaed71
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -27,9 +27,9 @@
#include <kdemacros.h>
#endif
#ifdef KDE_EXPORT
# define LIBKDCRAW_NO_EXPORT KDE_NO_EXPORT
# define LIBKDCRAW_EXPORT KDE_EXPORT
#ifdef TDE_EXPORT
# define LIBKDCRAW_NO_EXPORT TDE_NO_EXPORT
# define LIBKDCRAW_EXPORT TDE_EXPORT
#else
# ifdef __KDE_HAVE_GCC_VISIBILITY
# define LIBKDCRAW_NO_EXPORT __attribute__ ((visibility("hidden")))

Loading…
Cancel
Save