diff options
author | Michele Calgaro <[email protected]> | 2024-07-12 22:23:35 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-12 22:23:35 +0900 |
commit | 3961ddd545fa2e07a87d85ac445b62f865b27f5f (patch) | |
tree | 64b349dc3d0fd8c9643ba9c904168a568a5c7a8c | |
parent | 98cc5c5bb0d4717825e45aa046713461c701e1e0 (diff) | |
download | kchmviewer-3961ddd545fa2e07a87d85ac445b62f865b27f5f.tar.gz kchmviewer-3961ddd545fa2e07a87d85ac445b62f865b27f5f.zip |
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <[email protected]>
-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). */ |