Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/46/head
Michele Calgaro 4 months ago
parent 056301e4b5
commit 362a5396ca
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -21,7 +21,7 @@
#include <config.h> #include <config.h>
#endif #endif
#ifdef __KDE_HAVE_GCC_VISIBILITY #ifdef __TDE_HAVE_GCC_VISIBILITY
#define LIBK3B_NO_EXPORT __attribute__ ((visibility("hidden"))) #define LIBK3B_NO_EXPORT __attribute__ ((visibility("hidden")))
#define LIBK3B_EXPORT __attribute__ ((visibility("default"))) #define LIBK3B_EXPORT __attribute__ ((visibility("default")))
#else #else

@ -21,7 +21,7 @@
#include <config.h> #include <config.h>
#endif #endif
#ifdef __KDE_HAVE_GCC_VISIBILITY #ifdef __TDE_HAVE_GCC_VISIBILITY
#define LIBK3BDEVICE_NO_EXPORT __attribute__ ((visibility("hidden"))) #define LIBK3BDEVICE_NO_EXPORT __attribute__ ((visibility("hidden")))
#define LIBK3BDEVICE_EXPORT __attribute__ ((visibility("default"))) #define LIBK3BDEVICE_EXPORT __attribute__ ((visibility("default")))
#else #else

Loading…
Cancel
Save