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