XNSim/XNModels/XNWeightBalance/XNWeightBalance_global.h

11 lines
295 B
C
Raw Normal View History

2025-04-28 12:25:20 +08:00
#ifndef XNWEIGHTBALANCE_GLOBAL_H
#define XNWEIGHTBALANCE_GLOBAL_H
#if defined(XNWEIGHTBALANCE_LIBRARY)
# define XNWEIGHTBALANCE_EXPORT __attribute__((visibility("default")))
2025-04-28 12:25:20 +08:00
#else
# define XNWEIGHTBALANCE_EXPORT __attribute__((visibility("default")))
2025-04-28 12:25:20 +08:00
#endif
#endif // XNWEIGHTBALANCE_GLOBAL_H