summaryrefslogtreecommitdiffstats
path: root/kernel
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-13 21:56:56 +0900
commit8ae5191e0d18840d067711c4b0cc3b409e1e1817 (patch)
treea49bd8995104375c3d509574dc15ab07d4cc74a7 /kernel
parent7d79524ea72c41157f2e4bbe6e45ca7f71a4fc68 (diff)
downloadlibksquirrel-8ae5191e0d18840d067711c4b0cc3b409e1e1817.tar.gz
libksquirrel-8ae5191e0d18840d067711c4b0cc3b409e1e1817.zip
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 39d98694a71e1af634ae23723775421bea09a778)
Diffstat (limited to 'kernel')
-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