8 lines
200 B
C
8 lines
200 B
C
#pragma once
|
|
|
|
#ifdef XNMonitorServer_EXPORTS
|
|
# define XNMONITORSERVER_EXPORT __attribute__((visibility("default")))
|
|
#else
|
|
# define XNMONITORSERVER_EXPORT __attribute__((visibility("default")))
|
|
#endif
|