diff options
author | Michele Calgaro <[email protected]> | 2024-07-12 22:09:38 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-14 22:10:56 +0900 |
commit | b4cc6a0cb006fa31d769e93b54f84d4986aa95df (patch) | |
tree | ce167929cdf8c2a285666965e81430120b2168f4 /config.h.cmake | |
parent | 38dcd2858229beb778f8a7bc651ace510e6c127e (diff) | |
download | codeine-b4cc6a0cb006fa31d769e93b54f84d4986aa95df.tar.gz codeine-b4cc6a0cb006fa31d769e93b54f84d4986aa95df.zip |
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 173770f0f1ba17bda0fc0d71f244d32f170afdff)
Diffstat (limited to 'config.h.cmake')
-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 67860c5..596c8e4 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). */ |