Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 68f284461f)
r14.1.x
Michele Calgaro 3 months ago
parent 9aec3e38dc
commit cb6ab29237
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -75,7 +75,7 @@ message( STATUS " found ${AVAHI_COMMON}" )
if( WITH_GCC_VISIBILITY )
tde_setup_gcc_visibility( )
add_definitions( -D__KDE_HAVE_GCC_VISIBILITY )
add_definitions( -D__TDE_HAVE_GCC_VISIBILITY )
endif( )

@ -28,7 +28,7 @@ AVAHI_C_DECL_BEGIN
/** Setup abstract poll structure for integration with TQt main loop */
const AvahiPoll* avahi_qt_poll_get(void)
#ifdef __KDE_HAVE_GCC_VISIBILITY
#ifdef __TDE_HAVE_GCC_VISIBILITY
__attribute__ ((visibility("default")))
#endif
;

Loading…
Cancel
Save