From 33b8372a590d2bc097de45215af28ca4d5ca04c0 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 12 Jul 2024 22:31:51 +0900 Subject: Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY Signed-off-by: Michele Calgaro (cherry picked from commit dd57a8411c4e6f7ec18eee7cbe5935f634452d61) --- src/tqca.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tqca.h b/src/tqca.h index 5ba0195..bf84f60 100644 --- a/src/tqca.h +++ b/src/tqca.h @@ -29,7 +29,7 @@ #include #include -#if defined(__KDE_HAVE_GCC_VISIBILITY) || defined(G_HAVE_GCC_VISIBILITY) +#if defined(__TDE_HAVE_GCC_VISIBILITY) || defined(G_HAVE_GCC_VISIBILITY) #define TQCA_NO_EXPORT __attribute__ ((visibility("hidden"))) #define TQCA_EXPORT __attribute__ ((visibility("default"))) #elif defined(_WIN32) -- cgit v1.2.1