XNSim/XNMonitorServer/XNMonitorServer_global.h

8 lines
200 B
C
Raw Normal View History

#pragma once
#ifdef XNMonitorServer_EXPORTS
# define XNMONITORSERVER_EXPORT __attribute__((visibility("default")))
#else
# define XNMONITORSERVER_EXPORT __attribute__((visibility("default")))
#endif