#ifndef XNUDPSERVICE_GLOBAL_H #define XNUDPSERVICE_GLOBAL_H #if defined(XNUDPSERVICE_LIBRARY) # define XNUDPSERVICE_EXPORT __attribute__((visibility("default"))) #else # define XNUDPSERVICE_EXPORT __attribute__((visibility("default"))) #endif #endif // XNUDPSERVICE_GLOBAL_H