summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-12 22:32:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-12 22:32:53 +0900
commit39d98694a71e1af634ae23723775421bea09a778 (patch)
treea49bd8995104375c3d509574dc15ab07d4cc74a7
parentf66d221cadd61d1a553fe8288705a8b08790ac7d (diff)
downloadlibksquirrel-39d98694a71e1af634ae23723775421bea09a778.tar.gz
libksquirrel-39d98694a71e1af634ae23723775421bea09a778.zip
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITYHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--kernel/include/ksquirrel-libs/ksquirrel_libs_export.h2
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