11 lines
277 B
C
Executable File
11 lines
277 B
C
Executable File
#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
|