10 lines
288 B
C
10 lines
288 B
C
|
#ifndef XNINTERFACEGENSERVER_GLOBAL_H
|
||
|
#define XNINTERFACEGENSERVER_GLOBAL_H
|
||
|
|
||
|
#ifdef XNINTERFACEGENSERVER_LIBRARY
|
||
|
# define XNIGS_EXPORT __attribute__((visibility("default")))
|
||
|
#else
|
||
|
# define XNIGS_EXPORT __attribute__((visibility("default")))
|
||
|
#endif
|
||
|
|
||
|
#endif // XNINTERFACEGENSERVER_GLOBAL_H
|