|
|
@ -29,7 +29,7 @@ distribution.
|
|
|
|
#ifndef DFHACK_EXPORT
|
|
|
|
#ifndef DFHACK_EXPORT
|
|
|
|
#define DFHACK_EXPORT __attribute__ ((visibility("default")))
|
|
|
|
#define DFHACK_EXPORT __attribute__ ((visibility("default")))
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
#else
|
|
|
|
#else
|
|
|
|
#ifdef BUILD_DFHACK_LIB
|
|
|
|
#ifdef BUILD_DFHACK_LIB
|
|
|
|
#ifndef DFHACK_EXPORT
|
|
|
|
#ifndef DFHACK_EXPORT
|
|
|
|
#define DFHACK_EXPORT __declspec(dllexport)
|
|
|
|
#define DFHACK_EXPORT __declspec(dllexport)
|
|
|
|