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