22 #ifndef _TelepathyQt_Farstream_global_h_HEADER_GUARD_
23 #define _TelepathyQt_Farstream_global_h_HEADER_GUARD_
25 #ifndef IN_TP_QT_FARSTREAM_HEADER
26 #error IN_TP_QT_FARSTREAM_HEADER
31 #ifdef BUILDING_TP_QT_FARSTREAM
32 # define TP_QT_FS_EXPORT Q_DECL_EXPORT
34 # define TP_QT_FS_EXPORT Q_DECL_IMPORT
37 #if !defined(Q_OS_WIN) && defined(QT_VISIBILITY_AVAILABLE)
38 # define TP_QT_FS_NO_EXPORT __attribute__((visibility("hidden")))
41 #ifndef TP_QT_FS_NO_EXPORT
42 # define TP_QT_FS_NO_EXPORT