12 lines
276 B
C
12 lines
276 B
C
|
#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
|
||
|
|