summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-12 22:23:35 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-12 22:23:35 +0900
commit3961ddd545fa2e07a87d85ac445b62f865b27f5f (patch)
tree64b349dc3d0fd8c9643ba9c904168a568a5c7a8c
parent98cc5c5bb0d4717825e45aa046713461c701e1e0 (diff)
downloadkchmviewer-3961ddd545fa2e07a87d85ac445b62f865b27f5f.tar.gz
kchmviewer-3961ddd545fa2e07a87d85ac445b62f865b27f5f.zip
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITYHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--config.h.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 6ec66d5..540eaea 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -3,7 +3,7 @@
#define APP_VERSION "3.1"
// 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). */