#ifndef XNTCPSERVICE_GLOBAL_H #define XNTCPSERVICE_GLOBAL_H #if defined(XNTCPSERVICE_LIBRARY) #define XNTCPSERVICE_EXPORT __attribute__((visibility("default"))) #else #define XNTCPSERVICE_EXPORT __attribute__((visibility("default"))) #endif #endif // XNTCPSERVICE_GLOBAL_H