Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/6/head
Michele Calgaro 4 months ago
parent 0a96d28b4b
commit 68f284461f
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

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

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

Loading…
Cancel
Save