Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/32/head
Michele Calgaro 3 months ago
parent 15a11584a5
commit 451bff5e53
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -2,7 +2,7 @@
#define VERSION "@APP_VERSION@"
// 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
significant byte first (like Motorola and SPARC, unlike Intel). */

@ -24,7 +24,7 @@
#include <tdeversion.h>
#if KDE_IS_VERSION(3,2,90)
#ifdef __KDE_HAVE_GCC_VISIBILITY
#ifdef __TDE_HAVE_GCC_VISIBILITY
#include <tdemacros.h>
#define KMYMONEY_EXPORT TDE_EXPORT
#else

@ -1,7 +1,7 @@
#ifndef KDCHART_EXPORT_H
#define KDCHART_EXPORT_H
#if defined(__KDE_HAVE_GCC_VISIBILITY) || defined(G_HAVE_GCC_VISIBILITY)
#if defined(__TDE_HAVE_GCC_VISIBILITY) || defined(G_HAVE_GCC_VISIBILITY)
#define KDCHART_NO_EXPORT __attribute__ ((visibility("hidden")))
#define KDCHART_EXPORT __attribute__ ((visibility("default")))
#elif defined(_WIN32)

Loading…
Cancel
Save