11 lines
295 B
C
Executable File
11 lines
295 B
C
Executable File
#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
|