diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-12 22:32:53 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-12 22:32:53 +0900 |
commit | 39d98694a71e1af634ae23723775421bea09a778 (patch) | |
tree | a49bd8995104375c3d509574dc15ab07d4cc74a7 | |
parent | f66d221cadd61d1a553fe8288705a8b08790ac7d (diff) | |
download | libksquirrel-39d98694a71e1af634ae23723775421bea09a778.tar.gz libksquirrel-39d98694a71e1af634ae23723775421bea09a778.zip |
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | kernel/include/ksquirrel-libs/ksquirrel_libs_export.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/include/ksquirrel-libs/ksquirrel_libs_export.h b/kernel/include/ksquirrel-libs/ksquirrel_libs_export.h index c2c5982..cfd4d83 100644 --- a/kernel/include/ksquirrel-libs/ksquirrel_libs_export.h +++ b/kernel/include/ksquirrel-libs/ksquirrel_libs_export.h @@ -24,7 +24,7 @@ #include <tdemacros.h> -#ifdef __KDE_HAVE_GCC_VISIBILITY +#ifdef __TDE_HAVE_GCC_VISIBILITY #define LIBKSQUIRREL_EXPORT __attribute__ ((visibility("default"))) #else #define LIBKSQUIRREL_EXPORT |