diff options
author | Michele Calgaro <[email protected]> | 2024-07-12 22:23:35 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-14 22:40:51 +0900 |
commit | 32251ec38f142294381ec0d12279f283b2bc3e94 (patch) | |
tree | 63cf81a41efd0cd34529ea0f52437cce6f633fda | |
parent | 21880c6d9129b98f179f591958d108ce97e70f3e (diff) | |
download | kchmviewer-32251ec38f142294381ec0d12279f283b2bc3e94.tar.gz kchmviewer-32251ec38f142294381ec0d12279f283b2bc3e94.zip |
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITYr14.1.3
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 3961ddd545fa2e07a87d85ac445b62f865b27f5f)
-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 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). */ |