12 lines
294 B
C
12 lines
294 B
C
|
#ifndef XNWEIGHTBALANCE_GLOBAL_H
|
||
|
#define XNWEIGHTBALANCE_GLOBAL_H
|
||
|
|
||
|
#if defined(XNWEIGHTBALANCE_LIBRARY)
|
||
|
#define XNWEIGHTBALANCE_EXPORT __attribute__((visibility("default")))
|
||
|
#else
|
||
|
#define XNWEIGHTBALANCE_EXPORT __attribute__((visibility("default")))
|
||
|
#endif
|
||
|
|
||
|
#endif // XNWEIGHTBALANCE_GLOBAL_H
|
||
|
|