diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-12 22:30:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-13 21:34:45 +0900 |
commit | 28cb6f8982badc25fdaea55e60a3a3edaae9bef6 (patch) | |
tree | 8342ec7065a9365336c99cbe8891d9e9639c578f | |
parent | c7e939411c6693c321b58c010948b5df2a86d0c0 (diff) | |
download | tdeaccessibility-28cb6f8982badc25fdaea55e60a3a3edaae9bef6.tar.gz tdeaccessibility-28cb6f8982badc25fdaea55e60a3a3edaae9bef6.zip |
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | config.h.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake index bfbd018..f365253 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1,7 +1,7 @@ #define VERSION "@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). */ |