diff options
author | Michele Calgaro <[email protected]> | 2024-07-12 22:09:46 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-14 22:11:08 +0900 |
commit | fb26314abd54e459a41d8cfd471288139f927ca4 (patch) | |
tree | 0b417179b7a94d918beca5ace247afaf16cdf6e1 | |
parent | bfd52a7124602f64723faa9c78506cf85c24d53a (diff) | |
download | k3b-fb26314abd54e459a41d8cfd471288139f927ca4.tar.gz k3b-fb26314abd54e459a41d8cfd471288139f927ca4.zip |
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 362a5396caa735be7e4be226fe1fe3d8cf7e460c)
-rw-r--r-- | libk3b/core/k3b_export.h | 2 | ||||
-rw-r--r-- | libk3bdevice/k3bdevice_export.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libk3b/core/k3b_export.h b/libk3b/core/k3b_export.h index b6272f1..ec02420 100644 --- a/libk3b/core/k3b_export.h +++ b/libk3b/core/k3b_export.h @@ -21,7 +21,7 @@ #include <config.h> #endif -#ifdef __KDE_HAVE_GCC_VISIBILITY +#ifdef __TDE_HAVE_GCC_VISIBILITY #define LIBK3B_NO_EXPORT __attribute__ ((visibility("hidden"))) #define LIBK3B_EXPORT __attribute__ ((visibility("default"))) #else diff --git a/libk3bdevice/k3bdevice_export.h b/libk3bdevice/k3bdevice_export.h index 6c43716..930baea 100644 --- a/libk3bdevice/k3bdevice_export.h +++ b/libk3bdevice/k3bdevice_export.h @@ -21,7 +21,7 @@ #include <config.h> #endif -#ifdef __KDE_HAVE_GCC_VISIBILITY +#ifdef __TDE_HAVE_GCC_VISIBILITY #define LIBK3BDEVICE_NO_EXPORT __attribute__ ((visibility("hidden"))) #define LIBK3BDEVICE_EXPORT __attribute__ ((visibility("default"))) #else |