diff options
author | Michele Calgaro <[email protected]> | 2024-07-12 22:30:59 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-12 22:30:59 +0900 |
commit | d696d60792ed0ee12129640d571cf2e4ef3cbb59 (patch) | |
tree | 0610041d3b1586e8695fcfc7f4e9f6378dedd756 | |
parent | c8f39cc17ea72644bd0abc878085c56c007e7eeb (diff) | |
download | akode-d696d60792ed0ee12129640d571cf2e4ef3cbb59.tar.gz akode-d696d60792ed0ee12129640d571cf2e4ef3cbb59.zip |
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | akode/lib/akode_export.h.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/akode/lib/akode_export.h.cmake b/akode/lib/akode_export.h.cmake index 7fc7fe8..6b51747 100644 --- a/akode/lib/akode_export.h.cmake +++ b/akode/lib/akode_export.h.cmake @@ -20,7 +20,7 @@ #ifndef AKODE_EXPORT_H #define AKODE_EXPORT_H -#cmakedefine __KDE_HAVE_GCC_VISIBILITY 1 +#cmakedefine __TDE_HAVE_GCC_VISIBILITY 1 /** * The ARTS_NO_EXPORT macro marks the symbol of the given variable @@ -36,7 +36,7 @@ * \end */ -#if defined(__KDE_HAVE_GCC_VISIBILITY) +#if defined(__TDE_HAVE_GCC_VISIBILITY) /* Visibility is available for GCC newer than 3.4. * See: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9283 */ |