Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 755cf28b5e)
r14.1.x r14.1.3
Michele Calgaro 5 months ago
parent d4cb836c94
commit d0c344053c
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -1,7 +1,7 @@
#define VERSION "@VERSION@" #define VERSION "@VERSION@"
// Defined if you have fvisibility and fvisibility-inlines-hidden support. // Defined if you have fvisibility and fvisibility-inlines-hidden support.
#cmakedefine __KDE_HAVE_GCC_VISIBILITY 1 #cmakedefine __TDE_HAVE_GCC_VISIBILITY 1
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */ significant byte first (like Motorola and SPARC, unlike Intel). */

@ -20,7 +20,7 @@
#ifndef _PLUGIN_EXPORTS_H_ #ifndef _PLUGIN_EXPORTS_H_
#define _PLUGIN_EXPORTS_H_ #define _PLUGIN_EXPORTS_H_
#ifdef __KDE_HAVE_GCC_VISIBILITY #ifdef __TDE_HAVE_GCC_VISIBILITY
#define PLUGIN_NO_EXPORT __attribute__ ((visibility("hidden"))) #define PLUGIN_NO_EXPORT __attribute__ ((visibility("hidden")))
#define PLUGIN_EXPORT __attribute__ ((visibility("default"))) #define PLUGIN_EXPORT __attribute__ ((visibility("default")))
#elif defined(TQ_WS_WIN) #elif defined(TQ_WS_WIN)

Loading…
Cancel
Save