2025-04-28 12:25:20 +08:00
|
|
|
#ifndef XNAERODYNAMICS_GLOBAL_H
|
|
|
|
#define XNAERODYNAMICS_GLOBAL_H
|
|
|
|
|
|
|
|
#if defined(XNAERODYNAMICS_LIBRARY)
|
2025-05-21 09:18:30 +08:00
|
|
|
# define XNAERODYNAMICS_EXPORT __attribute__((visibility("default")))
|
2025-04-28 12:25:20 +08:00
|
|
|
#else
|
2025-05-21 09:18:30 +08:00
|
|
|
# define XNAERODYNAMICS_EXPORT __attribute__((visibility("default")))
|
2025-04-28 12:25:20 +08:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif // XNAERODYNAMICS_GLOBAL_H
|