POSIX: DynamicLib: Force visibility of exports in case of -fvisibility=hidden
parent
9b2eae4a6c
commit
4588cb55fa
|
|
@ -9,8 +9,7 @@
|
||||||
#include "icsneo/platform/posix/linux/dynamiclib.h"
|
#include "icsneo/platform/posix/linux/dynamiclib.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Nothing special is needed to export
|
#define DLLExport __attribute__((visibility("default")))
|
||||||
#define DLLExport
|
|
||||||
#define LegacyDLLExport DLLExport
|
#define LegacyDLLExport DLLExport
|
||||||
|
|
||||||
// #ifndef ICSNEO_NO_AUTO_DESTRUCT
|
// #ifndef ICSNEO_NO_AUTO_DESTRUCT
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue