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

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/15/head
Michele Calgaro 2 weeks ago
parent 10f36e23e0
commit 6c50631712
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